File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ AddType image/jpeg jpg
51
51
AddType image/jpeg jpeg
52
52
AddType image/webp webp
53
53
AddType image/avif avif
54
+ AddType image/avif-sequence avifs
54
55
55
56
# SVG
56
57
AddType image/svg+xml svg
@@ -74,7 +75,7 @@ AddType application/xml xml
74
75
75
76
<IfModule mod_headers.c >
76
77
77
- <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|js|css|swf|eot|ttf|otf|woff|woff2|html|json)$ >
78
+ <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs?| js|css|swf|eot|ttf|otf|woff|woff2|html|json)$ >
78
79
Header append Cache-Control public
79
80
</FilesMatch >
80
81
@@ -123,6 +124,7 @@ AddType application/xml xml
123
124
ExpiresByType image/svg+xml "access plus 1 year"
124
125
ExpiresByType image/webp "access plus 1 year"
125
126
ExpiresByType image/avif "access plus 1 year"
127
+ ExpiresByType image/avif-sequence "access plus 1 year"
126
128
127
129
# Fonts
128
130
<FilesMatch \.(eot|ttf|otf|svg|woff|woff2)$ >
You can’t perform that action at this time.
0 commit comments