1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 07:47:00 +02:00
This commit is contained in:
Ryan Cramer
2020-01-20 07:19:10 -05:00
parent 85c9e4f329
commit 6bc706742e

View File

@@ -605,7 +605,7 @@ $config->fileContentTypes = array(
'gif' => 'image/gif', 'gif' => 'image/gif',
'jpg' => 'image/jpeg', 'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg', 'jpeg' => 'image/jpeg',
'png' => 'image/x-png', 'png' => 'image/png',
'svg' => 'image/svg+xml', 'svg' => 'image/svg+xml',
'webp' => 'image/webp' 'webp' => 'image/webp'
); );