diff --git a/netlify.toml b/netlify.toml index 2fc90278..f0977e54 100644 --- a/netlify.toml +++ b/netlify.toml @@ -28,6 +28,6 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679" to = "/index.html" status = 200 -[[environment]] - NODE_VERSION = "17.3.0" +[[context.production]] + environment = { NODE_VERSION = "17.3.0" }