mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 12:31:27 +00:00
Merge pull request #504 from pixelfed/frontend-ui-refactor
Update pixelfed config
This commit is contained in:
commit
3a739fcf1b
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