From 1925e019148b751f6b019b3117847ee27fa5279b Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 27 Feb 2022 17:26:56 -0800 Subject: [PATCH] Try again --- netlify.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index f0977e54..0088d48e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,6 +6,7 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679" # Settings in the [build] context are global and are applied to all contexts # unless otherwise overridden by more specific contexts. [build] + environment = { NODE_VERSION = "17.3.0" } # Directory (relative to root of your repo) that contains the deploy-ready # HTML files and assets generated by the build. publish = "build/" @@ -27,7 +28,3 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679" from = "/*" to = "/index.html" status = 200 - -[[context.production]] - environment = { NODE_VERSION = "17.3.0" } -