cache directive fix
This commit is contained in:
parent
858cdc2ad3
commit
58734dd495
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"etag": true,
|
||||
"headers": [
|
||||
{
|
||||
"source": "**/*.@(jpg|jpeg|gif|png|webp)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=86400"
|
||||
"value": "no-cache"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue