mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update pixelfed config
This commit is contained in:
parent
8c111d22c6
commit
875253dbba
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue