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 b877a4a commit 3530c6cCopy full SHA for 3530c6c
pub/static/.htaccess
@@ -54,7 +54,7 @@ AddType image/avif avif
54
AddType image/avif-sequence avifs
55
56
# SVG
57
-AddType image/svg+xml svg
+AddType image/svg+xml svg svgz
58
59
# Fonts
60
AddType application/vnd.ms-fontobject eot
@@ -122,7 +122,7 @@ AddType application/xml xml
122
ExpiresByType application/json "access plus 1 year"
123
124
# Favicon, images, flash
125
- <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|webp|avif|avifs?)$>
+ <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs?)$>
126
ExpiresDefault "access plus 1 year"
127
</FilesMatch>
128
ExpiresByType image/gif "access plus 1 year"
0 commit comments