firq-dev-website/serve.json
2023-07-27 22:57:44 +02:00

15 lines
234 B
JSON

{
"directoryListing": ["/!assets/**"],
"headers": [
{
"source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
]
}