diff --git a/netlify.toml b/netlify.toml index be97411f7a..64cb5623f6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,7 @@ [build] base = "/" publish = "website/public/" - command = "make netlify-build" \ No newline at end of file + command = "make netlify-build" + +[build.environment] + NODE_OPTIONS = "--max_old_space_size=4096" \ No newline at end of file