forked from mirror/pixelfed
Merge pull request #504 from pixelfed/frontend-ui-refactor
Update pixelfed config
This commit is contained in:
commit
3a739fcf1b
|
@ -158,6 +158,6 @@ return [
|
||||||
*/
|
*/
|
||||||
'image_quality' => (int) env('IMAGE_QUALITY', 80),
|
'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 New Issue