cache fix 2

This commit is contained in:
Firq 2023-03-16 19:20:14 +01:00
parent 15298dd368
commit a2d6cbd126
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,15 +1,13 @@
[ {
{ "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" }
} ]
] }
} ]
] }
}
]