blog/netlify.toml

47 lines
1023 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"
[[headers]]
for = "/js/typing.js.br"
[headers.values]
Content-Encoding = "br"
Content-Type = "application/javascript; charset=utf-8"
[[headers]]
for = "/js/sri-fallback.min.js.br"
[headers.values]
Content-Encoding = "br"
Content-Type = "application/javascript; charset=utf-8"
[[headers]]
for = "/css/typing.css.br"
[headers.values]
Content-Encoding = "br"
Content-Type = "text/css; charset=utf-8"
[[redirects]]
from = "/js/typing.js"
to = "/js/typing.js.br"
status = 200
force = true
[[redirects]]
from = "/js/sri-fallback.min.js"
to = "/js/sri-fallback.min.js.br"
status = 200
force = true
[[redirects]]
from = "/css/typing.css"
to = "/css/typing.css.br"
status = 200
force = true