Remove static export of site
This commit is contained in:
parent
ad6049350d
commit
8850e418eb
|
@ -3,7 +3,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build && next export",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"format": "npx prettier --write ."
|
"format": "npx prettier --write ."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user