mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
test(netlify): fix baseURL
This commit is contained in:
parent
0c791bdec9
commit
a56c970e36
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
[build]
|
||||
publish = "exampleSite/public"
|
||||
command = "cd exampleSite && hugo --gc --themesDir ../.."
|
||||
command = "cd exampleSite && hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.74.3"
|
||||
HUGO_THEME = "repo"
|
||||
HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
Loading…
Reference in a new issue