diff --git a/package.json b/package.json index 105445e..c5ce372 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "next", "start": "next start", - "build": "next build" + "build": "next build && next export" }, "author": "Shu Ding", "license": "MIT", diff --git a/pages/setup/meta.json b/pages/setup/meta.json new file mode 100644 index 0000000..8a39a27 --- /dev/null +++ b/pages/setup/meta.json @@ -0,0 +1,3 @@ +{ + "get-started":"Get Started" +} \ No newline at end of file