Updated caching policy to 1 year
All checks were successful
/ checking (push) Successful in 15s

This commit is contained in:
Firq 2023-12-26 01:08:04 +01:00
parent 639ee165ba
commit 273cd7b9b8
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=7257600" "value" : "max-age=31536000"
}] }]
} }
] ]