switched order of headers

This commit is contained in:
Miodec 2022-10-09 02:01:40 +02:00
parent 809ef46e11
commit a328efe1d4

View file

@ -37,15 +37,6 @@
{ "key": "X-Frame-Options", "value": "DENY" }
]
},
{
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=604800"
}
]
},
{
"source": "/**",
"headers": [
@ -55,6 +46,15 @@
}
]
},
{
"source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=604800"
}
]
},
{
"source": "/service-worker.js",
"headers": [