From 046497616f71739e93603fdd9fad550b159cf0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 7 Feb 2018 23:09:47 +0100 Subject: [PATCH] Revert "Try to fix the Netlify preview baseURL setup" This reverts commit 371e56bce559fc981511bbf82afdace7492f3567. --- netlify.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 1f82ea136..bb8dcd390 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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" \ No newline at end of file