Build as a static site
This commit is contained in:
parent
50b8a66e41
commit
5e1dee56a0
3
web/.gitignore
vendored
3
web/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.next
|
.next
|
||||||
node_modules
|
node_modules
|
||||||
|
out
|
|
@ -3,7 +3,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build && next export",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user