소스 검색

Merge pull request #504 from pixelfed/frontend-ui-refactor

Update pixelfed config
daniel 6 년 전
부모
커밋
3a739fcf1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/pixelfed.php

+ 1 - 1
config/pixelfed.php

@@ -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'),
 
 ];