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": { "scripts": {
"dev": "next", "dev": "next",
"start": "next start", "start": "next start",
"build": "next build" "build": "next build && next export"
}, },
"author": "Shu Ding", "author": "Shu Ding",
"license": "MIT", "license": "MIT",

3
pages/setup/meta.json Normal file
View File

@@ -0,0 +1,3 @@
{
"get-started":"Get Started"
}