i am new to sanity, i am struggling for displaying image from sanity
this is the code for my frontend
is this the problem?
<img :src="pet.image.asset" :alt="`image of ${pet.name} `" />
and lastly this is the sanity backend
thank you!
i am expecting the image to be rendered!