Merge branch 'master' into master
This commit is contained in:
commit
c54934d715
37
netlify.toml
37
netlify.toml
@ -1,4 +1,35 @@
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
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