I am using SVGs in <img> tags in markdown. When in local dev eveything loads perfectly. When deployed (using node adapter and SSR), SVGs won't load. I tried upgrading to the latest Astro to see if it would fix it but ti did not Here is an example:
https://classroom.codecraftworks.com/_image?href=/_astro/pda.D3lu8wjP.svg
https://classroom.codecraftworks.com/_astro/pda.D3lu8wjP.svg
The file it is referring to is there but will not load. We get a 500 Internal server error.