Merge branch 'master' into master
This commit is contained in:
commit
c54934d715
31
netlify.toml
31
netlify.toml
@ -2,3 +2,34 @@
|
|||||||
from = "/*"
|
from = "/*"
|
||||||
to = "/index.html"
|
to = "/index.html"
|
||||||
status = 200
|
status = 200
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*.js"
|
||||||
|
[headers.values]
|
||||||
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*.css"
|
||||||
|
[headers.values]
|
||||||
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*.png"
|
||||||
|
[headers.values]
|
||||||
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*.jpg"
|
||||||
|
[headers.values]
|
||||||
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*.webp"
|
||||||
|
[headers.values]
|
||||||
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*.svg"
|
||||||
|
[headers.values]
|
||||||
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user