mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
🐛 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user