1 changed files with 29 additions and 0 deletions
@ -0,0 +1,29 @@
@@ -0,0 +1,29 @@
|
||||
[[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