mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-29 09:42:38 +00:00
Fix #1682
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
8c663433e7
commit
41855e372b
+2
-2
@@ -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
|
||||
status = 200
|
||||
|
||||
Reference in New Issue
Block a user