reverted serve.json for now
This commit is contained in:
parent
60d08dbd81
commit
f947437ffd
1 changed files with 8 additions and 14 deletions
22
serve.json
22
serve.json
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue