1 parent 6e14ff4 commit 016b270Copy full SHA for 016b270
1 file changed
next.config.ts
@@ -2,8 +2,6 @@ import type { NextConfig } from 'next';
2
3
const isProd = process.env.NODE_ENV ==='production';
4
5
-import type { NextConfig } from 'next';
6
-
7
const nextConfig: NextConfig = {
8
/* config options here */
9
output: isProd ? 'export' : 'standalone',
0 commit comments