mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-12-21 06:01:57 +00:00
chore(netlify): Correct BaseURL on Netlify previews
This commit is contained in:
parent
67081f9d3e
commit
fb73780cab
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
|
[build]
|
||||||
|
publish = "public"
|
||||||
|
command = "hugo -b $URL"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
|
command = "hugo -b $URL"
|
||||||
|
|
||||||
|
[context.deploy-preview]
|
||||||
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
|
|
Loading…
Reference in a new issue