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:
@@ -41,6 +41,7 @@ describe('mimeTypes', () => {
|
||||
{ mimetype: 'image/sr2', extension: '.sr2' },
|
||||
{ mimetype: 'image/srf', extension: '.srf' },
|
||||
{ mimetype: 'image/srw', extension: '.srw' },
|
||||
{ mimetype: 'image/svg', extension: '.svg' },
|
||||
{ mimetype: 'image/tiff', extension: '.tif' },
|
||||
{ mimetype: 'image/tiff', extension: '.tiff' },
|
||||
{ mimetype: 'image/webp', extension: '.webp' },
|
||||
|
||||
Reference in New Issue
Block a user