cache fix 2
This commit is contained in:
parent
15298dd368
commit
a2d6cbd126
1 changed files with 13 additions and 15 deletions
28
serve.json
28
serve.json
|
@ -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"
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue