From 41855e372bb675ce23d552762ac0d63e77c431e8 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:40:25 +0700 Subject: [PATCH] Fix #1682 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index c24462f40..7439b4f75 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ command = "hugo --gc --minify" [context.production.environment] HUGO_VERSION = "0.94.2" -HUGO_ENV = "production"{ +HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.split1] @@ -32,4 +32,4 @@ HUGO_ENABLEGITINFO = "true" [[redirects]] from = "/npmjs/*" to = "/npmjs/" -status = 200 \ No newline at end of file +status = 200