chore: initial setup

This commit is contained in:
Stefan Imhoff
2021-04-28 18:07:34 +02:00
commit f76fd39fee
35 changed files with 21422 additions and 0 deletions

21
netlify.toml Normal file
View File

@@ -0,0 +1,21 @@
[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"