1 changed files with 34 additions and 3 deletions
@ -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…
Reference in new issue