The extractComponents function, in renderContent.ts file, contains a bad binding for props.image.
In fact the url is fetched from props.image instead of props.image.filename.
This happens because on the storyblok dashboard the Asset type is used instead of Image (old) type.
