feat(server): added support for SVG files (#7960)

* Added SVG Support

* Removed comment

* Server Test fixes

* Sorted the mimetypes

* Reverted mimetypes.assettype

* Lint

* fix test

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
DeclanE
2024-03-15 16:02:31 +00:00
committed by GitHub
parent 029dd99ae0
commit 0f79c4ff46
3 changed files with 4 additions and 1 deletions
@@ -113,6 +113,7 @@ const validImages = [
'.sr2',
'.srf',
'.srw',
'.svg',
'.tiff',
'.webp',
'.x3f',