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