support-formatter-ui/serve.json
Firq 039a64e116
All checks were successful
/ checking (push) Successful in 12s
/ check-tag (push) Successful in 2s
/ build-site (push) Successful in 59s
/ create-release (push) Successful in 1h11m3s
First UI implementation
2024-10-03 21:56:37 +02:00

35 lines
571 B
JSON

{
"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"
}
]
}
]
}