Hey! Our responsiveImage
GraphQL query does not return an url
property:
SVG images are special as in they don’t return any information for the responsiveImage
query, as they’re vectorized and it doesn’t make much sense to offer ie. a base64
. As a direct consequence, our react <Image />
component does not support SVGs either.
Having that said, it would really help to see the GraphQL query you’re performing and the code of your component and top-level page to understand something more about your error.