Skip to content
Snippets Groups Projects
Commit d04e1513 authored by Rishi Panthee's avatar Rishi Panthee
Browse files

Allow SVG images through

parent a4e142be
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ const AcceptedContentTypes = [ ...@@ -27,6 +27,7 @@ const AcceptedContentTypes = [
'image/jpeg', 'image/jpeg',
'image/png', 'image/png',
'image/webp', 'image/webp',
'image/svg+xml'
] ]
interface NeedleResponse extends http.IncomingMessage { interface NeedleResponse extends http.IncomingMessage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment