I am having an issue, SVGs aren’t showing at all on the deployed website, even an image called generic poster that supposed to show if the poster image is not available doesn’t show. The files are in the dist folder, and I checked the console, and it’s there, but it is behaving as if the path isn’t there, like it is empty. I haven’t seen any warning or errors.
My netlify site name is ‘mymovielist-naka.netlify.app’.
https://mymovielist-naka.netlify.app
I am using an SVG sprite file and parcel, I don’t know if that plays a role to the problem yet. Also, using JS, HTML & SASS and it is a single-page application. It works fine in Visual Studio Code but when deployed this happens.
I have the deployed files here and it shows that sprite file is there
I checked the console and you can see the jpg that I used for the logo shows
while the svg file doesn’t
This is how the sprite and SVG looks in Visual Studio Code before I build it.