Skip to content

Commit

Permalink
Config: add support .heic
Browse files Browse the repository at this point in the history
  • Loading branch information
vafomin committed Nov 26, 2024
1 parent 77d3ea0 commit 89ce209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"chunk-size": 10485760,
"url": "/"
},
"viewed-images": [ ".svg", ".bmp", ".gif", ".jpeg", ".jpg", ".png", ".ico", ".tif", ".tiff", ".webp" ],
"viewed-images": [ ".svg", ".bmp", ".gif", ".jpeg", ".jpg", ".png", ".ico", ".tif", ".tiff", ".webp", ".heic" ],
"viewed-media": [ ".aac", ".flac", ".m4a", ".mp3", ".oga", ".ogg", ".wav", ".f4v", ".m4v", ".mov", ".mp4", ".ogv", ".webm" ],
"index": [".pptx", ".xlsx", ".docx", ".pdf"],
"oform": {
Expand Down

0 comments on commit 89ce209

Please sign in to comment.