Skip to content

Commit a24bcc6

Browse files
Cassia Duskesgiehl
authored andcommitted
add avif to STATIC_EXTENSIONS
1 parent d1cd2fe commit a24bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
##
6363

6464
STATIC_EXTENSIONS = set((
65-
'gif jpg jpeg png bmp ico svg svgz ttf otf eot woff woff2 class swf css js xml webp'
65+
'gif jpg jpeg png bmp ico svg svgz ttf otf eot woff woff2 class swf css js xml webp avif'
6666
).split())
6767

6868
STATIC_FILES = set((

0 commit comments

Comments
 (0)