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