add headers for netlify
This commit is contained in:
parent
e40d52598e
commit
14799ceb87
16
static/_headers
Normal file
16
static/_headers
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
/*
|
||||||
|
X-Content-Type-Options: nosniff
|
||||||
|
X-XSS-Protection: 1; mode=block
|
||||||
|
X-Frame-Options: DENY
|
||||||
|
|
||||||
|
/*.jpg
|
||||||
|
Cache-Control: max-age=8035200
|
||||||
|
|
||||||
|
/*.svg
|
||||||
|
Cache-Control: max-age=8035200
|
||||||
|
|
||||||
|
/*.css
|
||||||
|
Cache-Control: max-age=2678400
|
||||||
|
|
||||||
|
/*.js
|
||||||
|
Cache-Control: max-age=2678400
|
Loading…
Reference in a new issue