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 @@ -77,7 +77,7 @@ AddType application/xml xml
77
77
78
78
<IfModule mod_headers.c >
79
79
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)$ >
81
81
Header append Cache-Control public
82
82
</FilesMatch >
83
83
@@ -122,7 +122,7 @@ AddType application/xml xml
122
122
ExpiresByType application/json "access plus 1 year"
123
123
124
124
# 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)$ >
126
126
ExpiresDefault "access plus 1 year"
127
127
</FilesMatch >
128
128
ExpiresByType image/gif "access plus 1 year"
You can’t perform that action at this time.
0 commit comments