From a1c696aaf8224794adc1ec98d0cf4a0819325ba8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 24 Oct 2022 15:25:40 -0400 Subject: Hopefully fixed lighthouse --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index bcef749..ac3e9ab 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "export": "next build && next export", "start": "next build && next start", "lint": "next lint" }, -- cgit v1.2.3