Allow to export static HTML pages

This commit is contained in:
Marcus Blättermann 2022-11-18 02:19:14 +01:00
parent 68ad99798a
commit 2e0f056fe5
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -6,7 +6,7 @@
"author": "Explosion <contact@explosion.ai>",
"license": "MIT",
"scripts": {
"build": "next build",
"build": "next build && next export",
"dev": "next dev",
"start": "next start",
"lint": "next lint",