Remove static export of site

This commit is contained in:
jahooma 2021-12-13 15:44:04 -06:00
parent ad6049350d
commit 8850e418eb

View File

@ -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 ."