firq-dev-website/serve.json

15 lines
211 B
JSON
Raw Normal View History

2023-03-16 17:07:28 +00:00
{
2023-03-16 18:04:37 +00:00
"etag": true,
2023-03-16 17:07:28 +00:00
"headers": [
{
"source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [
{
"key": "Cache-Control",
2023-03-16 18:04:37 +00:00
"value": "no-cache"
2023-03-16 17:07:28 +00:00
}
]
}
]
}