mirror of
https://github.com/zoriya/v10.git
synced 2026-08-06 22:28:24 +00:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
import type { NextConfig } from 'next';
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|