Skip to content

Commit 9d778c8

Browse files
authored
Update .htaccess
1 parent 8960823 commit 9d778c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pub/static/.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ AddType application/xml xml
7777

7878
<IfModule mod_headers.c>
7979

80-
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs?|js|css|eot|ttf|otf|woff|woff2|html|json|webmanifest)$>
80+
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs|js|css|eot|ttf|otf|woff|woff2|html|json|webmanifest)$>
8181
Header append Cache-Control public
8282
</FilesMatch>
8383

@@ -122,7 +122,7 @@ AddType application/xml xml
122122
ExpiresByType application/json "access plus 1 year"
123123

124124
# Favicon, images, flash
125-
<FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs?)$>
125+
<FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs)$>
126126
ExpiresDefault "access plus 1 year"
127127
</FilesMatch>
128128
ExpiresByType image/gif "access plus 1 year"

0 commit comments

Comments
 (0)