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
|
||||
.next
|
||||
node_modules
|
||||
node_modules
|
||||
out
|
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next build && next export",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user