Changed package.json to trigger revalidate prop

This commit is contained in:
Kristján Eldjárn 2022-07-22 11:04:48 -07:00
parent a16ff24a86
commit b735ba5d93

View File

@ -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",