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/"
2018-05-27 12:27:52 +01:00
command = "./scripts/release.sh"
2018-05-27 10:35:25 +01:00
2018-05-27 11:21:42 +01:00
[build.environment]
2018-08-15 18:58:47 +01:00
HUGO_VERSION = "0.46"
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"