File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ AddType application/xml xml
75
75
76
76
<IfModule mod_headers.c >
77
77
78
- <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|svgz|webp|avif|avifs? |js|css|eot|ttf|otf|woff|woff2)$ >
78
+ <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|svgz|webp|avif|avifs|js|css|eot|ttf|otf|woff|woff2)$ >
79
79
Header append Cache-Control public
80
80
</FilesMatch >
81
81
@@ -112,7 +112,7 @@ AddType application/xml xml
112
112
ExpiresByType application/javascript "access plus 1 year"
113
113
114
114
# Favicon, images
115
- <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs? )$ >
115
+ <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs)$ >
116
116
ExpiresDefault "access plus 1 year"
117
117
</FilesMatch >
118
118
ExpiresByType image/gif "access plus 1 year"
You can’t perform that action at this time.
0 commit comments