test(netlify): fix baseURL

This commit is contained in:
Jimmy Cai 2020-08-24 23:06:35 +02:00
parent 0c791bdec9
commit a56c970e36

View File

@ -1,8 +1,7 @@
[build] [build]
publish = "exampleSite/public" publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.." command = "cd exampleSite && hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
[build.environment] [build.environment]
HUGO_VERSION = "0.74.3" HUGO_VERSION = "0.74.3"
HUGO_THEME = "repo" HUGO_THEME = "repo"
HUGO_BASEURL = "$DEPLOY_PRIME_URL"