1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-26 19:01:37 +00:00

chore(netlify): Correct BaseURL on Netlify previews

This commit is contained in:
Tixie 2020-01-13 17:24:37 +01:00
parent 67081f9d3e
commit fb73780cab

View file

@ -1,5 +1,13 @@
[build]
publish = "public"
command = "hugo -b $URL"
[context.production.environment]
HUGO_ENV = "production"
command = "hugo -b $URL"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[[headers]]
for = "/*"