#SVG images are giving an error with astro image
3 messages · Page 1 of 1 (latest)
Hi there! In the Astro Docs, the example with a .svg image is just using the standard HTML<img> tag.
However, if you're using the @astrojs/image integration (e.g., using the <Image/> component), you should specify the output file format (not the source file format) of the optimized image, and .svg is not one of the supported output formats.
aha