i have this code
<Link to="/">
<StaticImage
loading="eager"
src="../images/logo.svg"
alt="Logo"
/>
</Link>
gatsby-plugin-image reformat my svg on WebP format.
Its posiblle keep format SVG and stil using <StaticImage>
?