mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 20:25:30 +00:00
22 lines
465 B
TOML
22 lines
465 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "dist"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "12.16"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Frame-Options = "DENY"
|
|
X-XSS-Protection = "1; mode=block"
|
|
X-Content-Type-Options = "nosniff"
|
|
Referrer-Policy= "no-referrer-when-downgrade"
|
|
Permissions-Policy = "interest-cohort=()"
|
|
|
|
[[headers]]
|
|
for = "/sw.js"
|
|
|
|
[headers.values]
|
|
cache-control = "max-age=0,no-cache,no-store,must-revalidate"
|