We are noticing that when we deploy our Astro site that SVG images are not loading in pages.
When we manually visit the SVG image’s URL at /.netlify/… the image shows and if we navigate back to the website the SVG then shows. This is obviously no solution when we have lots of SVG images.
What’s strange is that there are no network errors, and instead Netlify serves 200 and a broken image graphic in the initial instance. Again, upon visint the image’s URL it comes to life and the SVG then works…
Anyone got any ideas? For now we’re disabling the Image CDN, which is a shame.