Skip to content

Commit 1edd6f6

Browse files
authored
👷 build: fix netlify deployment failed (lobehub#4328)
1 parent 7187724 commit 1edd6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ command = "pnpm run build"
33
publish = ".next"
44

55
[build.environment]
6-
NODE_OPTIONS = "--max_old_space_size=8192"
6+
NODE_OPTIONS = "--max_old_space_size=4096"
77

88
[template.environment]
99
OPENAI_API_KEY = "set your OpenAI API Key"

0 commit comments

Comments
 (0)