Updated caching for css
All checks were successful
/ checking (push) Successful in 18s
/ build-site (push) Successful in 2m3s
/ publish (push) Successful in 13s
/ unlighthouse (push) Successful in 33s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 7s

This commit is contained in:
Firq 2023-12-29 15:21:17 +01:00
parent df9337c684
commit 2b2ca46214
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -14,7 +14,7 @@
"source" : "**/*.css",
"headers" : [{
"key" : "Cache-Control",
"value" : "max-age=86400"
"value" : "max-age=31536000"
}]
},
{