1
Fork 0
theorangeone.net-legacy/netlify.toml
2018-08-15 18:58:47 +01:00

18 lines
476 B
TOML

[build]
publish = "public/"
command = "./scripts/release.sh"
[build.environment]
HUGO_VERSION = "0.46"
HUGO_ENV = "production"
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"