1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-26 19:21:36 +00:00
now-playing/netlify.toml
2020-03-17 19:29:04 +01:00

28 lines
492 B
TOML

[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 = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
[[redirects]]
force = true
from = "/musics"
to = "/"
[[redirects]]
force = true
from = "/page:*"
to = "/page/:splat"