mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Merge pull request #9321 from appwrite/pla-2453
Fix WEBP File Preview Rendering Issue
This commit is contained in:
commit
06e857e5d9
1 changed files with 1 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ return [
|
|||
"gif" => "image/gif",
|
||||
"png" => "image/png",
|
||||
"heic" => "image/heic",
|
||||
"webp" => "image/webp",
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue