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:
@@ -113,6 +113,7 @@ const validImages = [
|
||||
'.sr2',
|
||||
'.srf',
|
||||
'.srw',
|
||||
'.svg',
|
||||
'.tiff',
|
||||
'.webp',
|
||||
'.x3f',
|
||||
|
||||
Reference in New Issue
Block a user