Update netlify baseurl fixes #438

This commit is contained in:
Matthew Taylor 2020-09-10 15:49:48 +01:00 committed by Matthew Taylor
parent 66feffbd41
commit 48a0e36c8a

View file

@ -8,7 +8,7 @@
HUGO_VERSION = "0.72.0" HUGO_VERSION = "0.72.0"
[context.production.environment] [context.production.environment]
HUGO_BASEURL = "https://learn.netlify.com/" HUGO_BASEURL = "https://learn.netlify.app/"
[context.deploy-preview] [context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL" command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"