longer cache duration for images

This commit is contained in:
Firq 2023-03-16 18:17:44 +01:00
parent 77b2e36ffe
commit e3b84027ef
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -5,7 +5,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "max-age=7200"
"value": "max-age=86400"
}
]
}