[preview] add image/webp and image/jxl MIME types

This commit is contained in:
nekk
2021-05-05 20:57:29 +03:00
parent 479c49a10c
commit 84b7ff9f14

View File

@@ -63,7 +63,9 @@ MIME_TYPES = (
'font/woff',
'font/woff2',
# image/*
'image/webp',
'image/avif',
'image/jxl',
'image/bmp',
'image/x-bmp',
'image/x-ms-bmp',