From b213fe4448b4bd79160a6ceeb84ba09444e7f1f8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 May 2018 11:21:42 +0100 Subject: [PATCH] Simplify env definitions --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a35f7c8..4d4da51 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "public/" command = "./scripts/build.sh" -[context.production.environment] +[build.environment] HUGO_VERSION = "0.40.3" HUGO_ENV = "production" NODE_ENV = "production"