From b735ba5d934fab2c56f5cd0e7b4d967a606c8001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Eldj=C3=A1rn?= Date: Fri, 22 Jul 2022 11:04:48 -0700 Subject: [PATCH] Changed package.json to trigger revalidate prop --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a1e24d..d03c8d5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "prepare": "husky install", "dev": "next", - "build": "next build && next export", + "build": "next build", "build:analyze": "cross-env ANALYZE=true yarn build", "postbuild": "next-sitemap", "start": "next start",