Merge pull request #9321 from appwrite/pla-2453

Fix WEBP File Preview Rendering Issue
This commit is contained in:
Steven Nguyen 2025-02-10 06:33:40 -07:00 committed by GitHub
commit 06e857e5d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,4 +7,5 @@ return [
"gif" => "image/gif",
"png" => "image/png",
"heic" => "image/heic",
"webp" => "image/webp",
];