blog/netlify.toml

47 lines
1023 B
TOML

[context.production]
publish = "public"
command = "snyk auth $SNYK_TOKEN && snyk protect && snyk test && hexo generate"
[[headers]]
for = "/*"
[headers.value]
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