support-formatter-ui/serve.json

35 lines
571 B
JSON
Raw Normal View History

2024-10-03 19:56:37 +00:00
{
"cleanUrls": true,
"directoryListing": false,
"etag": true,
"headers": [
{
"source": "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
},
{
"source": "**/*.woff2",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
},
{
"source": "404.html",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
]
}