Is there a way to use and SVG file in an Astro file directly without using the <img /> tag. I want something like this:
import Logo from "./logo.svg"
and then use it like this:
<Logo />
I tried that doing it like that but it didn't work.
You can change the import to add ?raw after the file extension. Then, use <Fragment set:html={Logo} /> to inline the css. See: this post and the Astro docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With