cache fix

This commit is contained in:
Firq 2023-03-16 19:18:22 +01:00
parent 58734dd495
commit 15298dd368
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,14 +1,15 @@
{ [
"etag": true, {
"headers": [ "headers": [
{ {
"source": "**/*.@(jpg|jpeg|gif|png|webp)", "source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "no-cache" "value": "no-cache"
} }
] ]
} }
] ]
} }
]