You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
860 B
40 lines
860 B
[[redirects]] |
|
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" |
|
|
|
[[headers]] |
|
for = "/*.json" |
|
[headers.values] |
|
Cache-Control = "public, max-age=31536000, must-revalidate" |
|
|
|
|