Files
astrocode/netlify.toml
Gary Kwok 56f6d03385 v1
2024-06-17 18:05:05 +08:00

13 lines
328 B
TOML

[build]
publish = "dist"
command = "yarn build"
[[headers]]
for = "/*" # This defines which paths this specific [[headers]] block will cover.
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "same-origin"
Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"