firq-dev-website/serve.json
Firq 96a9c2593c
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 11s
/ build-site (push) Successful in 1m11s
/ create-release (push) Successful in 5s
/ auto-deploy-dockge (push) Successful in 24s
/ unlighthouse (push) Successful in 37s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 5s
Updated for Lighthouse
2024-10-21 22:36:12 +02:00

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