adds netlify.toml configuration file

master
Dominic Reich 6 years ago
parent 22e07b2a4f
commit 3cabddd84a
No known key found for this signature in database
GPG Key ID: 2664FE98B15DDE4F

@ -0,0 +1,12 @@
[build]
command = ""
publish = "dist"
[[headers]]
for = "/*"
[headers.values]
Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "no-referrer"
X-Content-Type-Options = "nosniff"
Loading…
Cancel
Save