Add Webp files to cache control policy

This commit is contained in:
Leilukin 2024-07-31 00:31:59 +08:00 committed by Helen Chong
parent 599cf24b3c
commit 3b58d1e6aa

View File

@ -4,7 +4,7 @@ eleventyExcludeFromCollections: true
---
ErrorDocument 404 /404.html
<FilesMatch "\.(ico|svg|avif|jpg|png|gif|woff2)$">
<FilesMatch "\.(ico|svg|avif|webp|jpg|png|gif|woff2)$">
Header set Cache-Control "max-age=31536000, public"
</FilesMatch>
<FilesMatch "\.(css|js)$">