Skip to content

Commit 0c1830e

Browse files
committed
delete next export
1 parent 21fef00 commit 0c1830e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
'api.onsuyum.com',
1313
// process.env.NEXT_PUBLIC_IMAGE_URL,
1414
],
15-
output: 'export',
1615
formats: ['image/avif', 'image/webp'],
1716
},
1817
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build && next export",
7+
"build": "next build",
88
"start": "next start",
99
"lint": "next lint"
1010
},

0 commit comments

Comments
 (0)