Hi, the problem is that you get a 404 error when you try to display an SVG image on a page.
For example, I have such a structure

I specify the path "/img/icons/Twitter_Logo_Blue.svg".
And it turns out that the image is not loaded, and in the browser developer console error 404.
However, if you specify a file in PNG format, it is quietly displayed.
I don't understand what the problem is. Can you help?
Because I'm sure it has to do with Klein
Hi, the problem is that you get a 404 error when you try to display an SVG image on a page.

For example, I have such a structure
I specify the path "/img/icons/Twitter_Logo_Blue.svg".
And it turns out that the image is not loaded, and in the browser developer console error 404.
However, if you specify a file in PNG format, it is quietly displayed.
I don't understand what the problem is. Can you help?
Because I'm sure it has to do with Klein