From 2e0f056fe58d3b4ea42c00565b6fc2a5143c3df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Fri, 18 Nov 2022 02:19:14 +0100 Subject: [PATCH] Allow to export static HTML pages --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 7f09c9b7a..1cd03b160 100644 --- a/website/package.json +++ b/website/package.json @@ -6,7 +6,7 @@ "author": "Explosion ", "license": "MIT", "scripts": { - "build": "next build", + "build": "next build && next export", "dev": "next dev", "start": "next start", "lint": "next lint",