static build outputs

This commit is contained in:
zramsay 2023-10-17 16:26:15 +00:00
parent d0fce59975
commit c7cbf5f935

View File

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