File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ AddType image/jpeg jpg
54
54
AddType image/jpeg jpeg
55
55
AddType image/webp webp
56
56
AddType image/avif avif
57
+ AddType image/avif-sequence avifs
57
58
58
59
# SVG
59
60
AddType image/svg+xml svg
@@ -77,7 +78,7 @@ AddType application/xml xml
77
78
78
79
<IfModule mod_headers.c >
79
80
80
- <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|js|css|swf|eot|ttf|otf|woff|woff2)$ >
81
+ <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs?| js|css|swf|eot|ttf|otf|woff|woff2)$ >
81
82
Header append Cache-Control public
82
83
</FilesMatch >
83
84
@@ -114,7 +115,7 @@ AddType application/xml xml
114
115
ExpiresByType application/javascript "access plus 1 year"
115
116
116
117
# Favicon, images, flash
117
- <FilesMatch \.(ico|gif|png|jpg|jpeg|swf|svg|webp|avif)$ >
118
+ <FilesMatch \.(ico|gif|png|jpg|jpeg|swf|svg|webp|avif|avifs? )$ >
118
119
ExpiresDefault "access plus 1 year"
119
120
</FilesMatch >
120
121
ExpiresByType image/gif "access plus 1 year"
@@ -124,6 +125,7 @@ AddType application/xml xml
124
125
ExpiresByType image/svg+xml "access plus 1 year"
125
126
ExpiresByType image/webp "access plus 1 year"
126
127
ExpiresByType image/avif "access plus 1 year"
128
+ ExpiresByType image/avif-sequence "access plus 1 year"
127
129
128
130
# Fonts
129
131
<FilesMatch \.(eot|ttf|otf|svg|woff|woff2)$ >
You can’t perform that action at this time.
0 commit comments