Browse Source

Merge branch 'master' into master

pull/48/head
Zyronon 1 year ago committed by GitHub
parent
commit
c54934d715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 37
      netlify.toml

37
netlify.toml

@ -1,4 +1,35 @@ @@ -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…
Cancel
Save