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

18 lines
448 B
TOML
Raw Normal View History

2018-05-27 10:35:25 +01:00
[build]
publish = "public/"
command = "./scripts/netlify.sh"
2018-05-27 10:35:25 +01:00
2018-05-27 11:21:42 +01:00
[build.environment]
2018-11-15 22:57:12 +00:00
HUGO_VERSION = "0.51"
2018-05-27 11:06:09 +01:00
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
2018-05-27 11:46:12 +01:00
[[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"