Skip to content

Commit

Permalink
👷 build: fix netlify deployment failed (#4328)
Browse files Browse the repository at this point in the history
  • Loading branch information
dupl authored Oct 12, 2024
1 parent 7187724 commit 1edd6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ command = "pnpm run build"
publish = ".next"

[build.environment]
NODE_OPTIONS = "--max_old_space_size=8192"
NODE_OPTIONS = "--max_old_space_size=4096"

[template.environment]
OPENAI_API_KEY = "set your OpenAI API Key"
Expand Down

0 comments on commit 1edd6f6

Please sign in to comment.