This commit is contained in:
bjarncraft
2022-04-21 18:23:00 +02:00
parent 419667b336
commit 59d654a934
2 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
"build": "next build && next export"
},
"author": "Shu Ding",
"license": "MIT",