firq-dev-website/serve.json
Firq 273cd7b9b8
All checks were successful
/ checking (push) Successful in 15s
Updated caching policy to 1 year
2023-12-26 01:08:04 +01:00

29 lines
529 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=86400"
}]
},
{
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{
"key" : "Cache-Control",
"value" : "max-age=31536000"
}]
}
]
}