'Imagesharp: just return original image

Case

Using ImageSharp.Web

We can server jpg images like this:

http://example.com/img/pic1.jpg?width=10

SVG

I would like to request SVG images on the same path like this:

http://example.com/img/logo.svg

This will result in a 404 response 😔

How do I configure ImageSharp just to bypass all logic and retur the original SVG file?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source