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": ["/!assets/**"],
"directoryListing": false,
"etag": true,
"headers": [ "headers": [
{ {
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)", "source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers" : [{ "headers": [
"key" : "Cache-Control", {
"value" : "no-cache" "key": "Cache-Control",
}] "value": "no-cache"
}, { }
"source" : "404.html", ]
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
} }
] ]
} }