Update pixelfed config

This commit is contained in:
Daniel Supernault 2018-10-16 20:13:55 -06:00
parent 8c111d22c6
commit 875253dbba
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -158,6 +158,6 @@ return [
*/
'image_quality' => (int) env('IMAGE_QUALITY', 80),
'media_types' => env('MEDIA_TYPES', 'jpeg,png,gif'),
'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),
];