Merge pull request #10443 from Blendify/patch-1

Epub: Add WebP mime type
This commit is contained in:
Takeshi KOMIYA 2022-05-22 14:48:09 +09:00 committed by GitHub
commit 712d7555d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ MEDIA_TYPES = {
'.xhtml': 'application/xhtml+xml',
'.css': 'text/css',
'.png': 'image/png',
'.webp': 'image/webp',
'.gif': 'image/gif',
'.svg': 'image/svg+xml',
'.jpg': 'image/jpeg',