1
Fork 0
theorangeone.net-legacy/netlify.toml

17 lines
450 B
TOML

[build]
publish = "public/"
command = "./scripts/netlify.sh"
[build.environment]
HUGO_VERSION = "0.54.0"
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "same-origin"
Strict-Transport-Security = "max-age=5184000"