blog/netlify.toml

26 lines
521 B
TOML
Raw Normal View History

2018-09-30 06:17:57 +00:00
[context.production]
2018-09-30 08:06:24 +00:00
publish = "public"
command = "snyk auth $SNYK_TOKEN && snyk protect && snyk test && hexo generate"
2018-09-30 06:17:57 +00:00
[[headers]]
for = "/*"
[headers.value]
2018-09-30 07:49:41 +00:00
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
2018-09-30 06:17:57 +00:00
2018-09-30 07:49:41 +00:00
[[headers]]
for = "/*.html"
2018-09-30 07:49:41 +00:00
[headers.value]
Content-Encoding = "gzip, br"
[[headers]]
for = "/*.css"
2018-09-30 07:49:41 +00:00
[headers.value]
Content-Encoding = "gzip, br"
[[headers]]
for = "/*.js"
2018-09-30 06:17:57 +00:00
[headers.value]
2018-09-30 07:49:41 +00:00
Content-Encoding = "gzip, br"