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
+1
View File
@@ -7,4 +7,5 @@ return [
"gif" => "image/gif",
"png" => "image/png",
"heic" => "image/heic",
"webp" => "image/webp",
];