This commit is contained in:
Trance-0
2025-11-14 11:15:12 -06:00
parent 1b75ef050f
commit 0597afb511
14 changed files with 746 additions and 411 deletions

View File

@@ -4,7 +4,7 @@
"build": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=16384' next build",
"build:test": "cross-env ANALYZE=true NODE_OPTIONS='--inspect --max-old-space-size=4096' next build",
"build:analyze": "cross-env ANALYZE=true NODE_OPTIONS='--max-old-space-size=16384' next build",
"postbuild": "next-sitemap && pagefind --site .next/server/app --output-path public/_pagefind && cp -r ./public/_pagefind ./out",
"postbuild": "next-sitemap && pagefind --site .next/server/app --output-path out/_pagefind && cp -r ./out/_pagefind ./out",
"start": "next start"
},
"dependencies": {