1
0
Fork 0

add svg to caching

main
Gustav Lindqvist 3 weeks ago
parent bfc81e907e
commit e71efb73f7

@ -28,3 +28,7 @@ package = "netlify-plugin-cache"
for = "*.gif" # css files too
[headers.values]
Cache-Control = "public, max-age=604800"
[[headers]]
for = "*.svg" # css files too
[headers.values]
Cache-Control = "public, max-age=604800"

Loading…
Cancel
Save