Skip to content

Commit 8b7b7df

Browse files
committed
fix(build): use Next 14 static export via next build (remove next export)
1 parent b603e56 commit 8b7b7df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"export": "next export",
9-
"build:export": "next build && next export",
8+
"build:export": "next build",
109
"start": "next start",
1110
"lint": "next lint"
1211
},

0 commit comments

Comments
 (0)