Updated for Lighthouse

This commit is contained in:
Firq 2024-10-21 22:36:12 +02:00
parent 1f7709031c
commit 96a9c2593c
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 26 additions and 2 deletions

View file

@ -17,6 +17,15 @@
"value" : "max-age=31536000"
}]
},
{
"source": "**/*.woff2",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
},
{
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{