1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-26 19:01:37 +00:00
now-playing/netlify.toml
2023-02-20 02:11:16 +01:00

43 lines
677 B
TOML

[build]
publish = "public"
command = "hugo -b $URL"
[build.environment]
HUGO_VERSION = "0.110.0"
[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 = "/a"
to = "/"
# Old urls
[[redirects]]
force = true
from = "/musics"
to = "/"
[[redirects]]
force = true
from = "/musics/*"
to = "/a/:splat"
[[redirects]]
force = true
from = "/page:*"
to = "/page/:splat"