Try to fix the Netlify preview baseURL setup

This commit is contained in:
Bjørn Erik Pedersen
2018-02-07 23:03:32 +01:00
parent 1b70b3f18d
commit 371e56bce5
+1 -2
View File
@@ -1,6 +1,6 @@
[build]
publish = "public"
command = "hugo"
command = "hugo -b $DEPLOY_PRIME_URL"
[context.production.environment]
HUGO_VERSION = "0.36"
@@ -14,5 +14,4 @@
HUGO_VERSION = "0.36"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
HUGO_ENABLEGITINFO = "true"