Skip to content

Commit 016b270

Browse files
committed
fix import error
1 parent 6e14ff4 commit 016b270

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

next.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import type { NextConfig } from 'next';
22

33
const isProd = process.env.NODE_ENV ==='production';
44

5-
import type { NextConfig } from 'next';
6-
75
const nextConfig: NextConfig = {
86
/* config options here */
97
output: isProd ? 'export' : 'standalone',

0 commit comments

Comments
 (0)