Revert "Try to fix the Netlify preview baseURL setup"

This reverts commit 371e56bce559fc981511bbf82afdace7492f3567.
This commit is contained in:
Bjørn Erik Pedersen 2018-02-07 23:09:47 +01:00
parent 80dce17ca5
commit 046497616f
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -1,6 +1,6 @@
[build]
publish = "public"
command = "hugo -b $DEPLOY_PRIME_URL"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.36"
@ -14,4 +14,5 @@
HUGO_VERSION = "0.36"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
HUGO_ENABLEGITINFO = "true"