Add jpeg files to Cache-Control settting
This commit is contained in:
parent
7f23cc5ac8
commit
6bb5f682f3
|
@ -4,7 +4,7 @@ eleventyExcludeFromCollections: true
|
||||||
---
|
---
|
||||||
ErrorDocument 404 /404.html
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
<FilesMatch "\.(ico|svg|avif|webp|jpg|png|gif|woff2)$">
|
<FilesMatch "\.(ico|svg|avif|webp|jpg|jpeg|png|gif|woff2)$">
|
||||||
Header set Cache-Control "max-age=31536000, public"
|
Header set Cache-Control "max-age=31536000, public"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
<FilesMatch "\.(css|js)$">
|
<FilesMatch "\.(css|js)$">
|
||||||
|
|
Loading…
Reference in New Issue