adds netlify.toml configuration file
This commit is contained in:
parent
22e07b2a4f
commit
3cabddd84a
1 changed files with 12 additions and 0 deletions
12
netlify.toml
Normal file
12
netlify.toml
Normal file
|
@ -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…
Reference in a new issue