There was an error while loading. Please reload this page.
1 parent 15f9202 commit 9aa3de4Copy full SHA for 9aa3de4
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "node utils/ensure-full-git.js && npm run build:ssg",
9
"build:spa": "valaxy build",
10
- "build:ssg": "valaxy build --ssg",
+ "build:ssg": "NODE_OPTIONS='--max-old-space-size=8192' valaxy build --ssg",
11
"dev": "valaxy",
12
"rss": "valaxy rss",
13
"serve": "vite preview",
0 commit comments