reverted serve.json for now

This commit is contained in:
Firq 2023-07-27 22:57:44 +02:00
parent 60d08dbd81
commit f947437ffd
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,20 +1,14 @@
{
"cleanUrls": true,
"directoryListing": false,
"etag": true,
"directoryListing": ["/!assets/**"],
"headers": [
{
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
}, {
"source" : "404.html",
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
"source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
]
}