firq-dev-website/serve.json
2025-04-08 20:31:56 +02:00

37 lines
695 B
JSON

{
"cleanUrls": true,
"directoryListing": false,
"etag": true,
"headers": [
{
"source" : "**/*.html",
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
},
{
"source" : "**/*.css",
"headers" : [{
"key" : "Cache-Control",
"value" : "max-age=31536000"
}]
},
{
"source": "**/*.woff2",
"headers": [
{
"key": "Cache-Control",
"value" : "max-age=31536000"
}
]
},
{
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{
"key" : "Cache-Control",
"value" : "max-age=31536000"
}]
}
]
}