From 48a0e36c8abf65d9a994ceeeea4216b31f78bf3a Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 10 Sep 2020 15:49:48 +0100 Subject: [PATCH] Update netlify baseurl fixes #438 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 37112b4d5d..86d04500b2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ HUGO_VERSION = "0.72.0" [context.production.environment] - HUGO_BASEURL = "https://learn.netlify.com/" + HUGO_BASEURL = "https://learn.netlify.app/" [context.deploy-preview] command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"