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,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write ."