From c7cbf5f935637a79daed550724accfd387b13c0a Mon Sep 17 00:00:00 2001 From: zramsay Date: Tue, 17 Oct 2023 16:26:15 +0000 Subject: [PATCH] static build outputs --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9457a47..330b1a7 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "prepare": "husky install", "dev": "next", "build": "next build", + "export": "next export", "build:analyze": "cross-env ANALYZE=true yarn build", "postbuild": "next-sitemap", "start": "next start",