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": ["/!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"
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue