1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-18 21:54:52 +00:00
now-playing/netlify.toml
2019-12-04 03:22:32 +01:00

17 lines
312 B
TOML

[context.production.environment]
HUGO_ENV = "production"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
[[redirects]]
from = "/musics"
to = "/"
[[redirects]]
from = "/page:*"
to = "/page/:splat"