Skip to content

Commit

Permalink
add avif to STATIC_EXTENSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassia Duske authored and sgiehl committed Dec 2, 2024
1 parent d1cd2fe commit a24bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
##

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

STATIC_FILES = set((
Expand Down

0 comments on commit a24bcc6

Please sign in to comment.