We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3530c6c commit ea1f90aCopy full SHA for ea1f90a
pub/media/.htaccess
@@ -57,7 +57,7 @@ AddType image/avif avif
57
AddType image/avif-sequence avifs
58
59
# SVG
60
-AddType image/svg+xml svg
+AddType image/svg+xml svg svgz
61
62
# Fonts
63
AddType application/vnd.ms-fontobject eot
@@ -112,7 +112,7 @@ AddType application/xml xml
112
ExpiresByType application/javascript "access plus 1 year"
113
114
# Favicon, images
115
- <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|webp|avif|avifs?)$>
+ <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs?)$>
116
ExpiresDefault "access plus 1 year"
117
</FilesMatch>
118
ExpiresByType image/gif "access plus 1 year"
0 commit comments