Efficient cache policy for images

This commit is contained in:
Firq 2023-12-26 00:44:04 +01:00
parent 48bbeac054
commit 4b878fb113
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -21,7 +21,7 @@
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)", "source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{ "headers" : [{
"key" : "Cache-Control", "key" : "Cache-Control",
"value" : "max-age=86400" "value" : "max-age=7257600"
}] }]
} }
] ]