Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>2022-03-15 13:40:25 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-15 14:14:10 +0300
commit41855e372bb675ce23d552762ac0d63e77c431e8 (patch)
treedbd3e4596522de1f11ecb21af841b9f15ce0829e /netlify.toml
parent8c663433e72bad9205aa42c6fed2baa66bbbd297 (diff)
Fix #1682
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files 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