disable heic

This commit is contained in:
Damodar Lohani
2024-10-02 05:59:46 +00:00
parent 9a140f90d4
commit 14cd43ddfd
+2 -2
View File
@@ -6,7 +6,7 @@ return [ // Accepted outputs files
'gif' => 'image/gif',
'png' => 'image/png',
'webp' => 'image/webp',
'heic' => 'image/heic',
'heics' => 'image/heic',
// 'heic' => 'image/heic',
// 'heics' => 'image/heic',
'avif' => 'image/avif'
];