Skip to content

Commit 05515b5

Browse files
committed
Correction du script export pour Next.js 14.2.33
1 parent 7284eed commit 05515b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build",
99
"start": "next start",
1010
"lint": "eslint",
11-
"export": "next build && next export",
11+
"export": "next build",
1212
"deploy": "gh-pages -d out"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)