From fdbc582ff238e8cc54308efebd8f9c65a55d25db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 17 Sep 2018 15:42:19 +0200 Subject: [PATCH] Temp change of baseURL --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 86d67ce08..c974a3572 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,6 +5,7 @@ command = "hugo" [context.production.environment] HUGO_VERSION = "0.48" HUGO_ENV = "production" +HUGO_BASEURL = "https://gohugoio.netlify.com/" HUGO_ENABLEGITINFO = "true" [context.split1]