🐛 chore: fix deploy failed on netlify (#2761)

* fix deploy failed on netlify

* Update netlify.toml

Increased max_old_space_size to 8192
This commit is contained in:
Harry Sun
2024-06-03 00:01:07 +08:00
committed by GitHub
parent 1aa79dee2f
commit b713453b7a

View File

@@ -2,6 +2,8 @@
command = "npm run build"
publish = ".next"
[build.environment]
NODE_OPTIONS = "--max_old_space_size=8192"
[template.environment]
OPENAI_API_KEY = "set your OpenAI API Key"