final end of nextra.

Compilation.hooks.processAssets
RangeError: Invalid string length
This commit is contained in:
Zheyuan Wu
2025-10-22 14:43:13 -05:00
parent 7abbe6241e
commit 81a1425f87
3 changed files with 135 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "next --turbopack",
"build": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=16384' next build",
"build": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=32768' 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",