You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Prismic, when selection on image, you have two choices.
Upload your own image
Select an image from Unsplash
The provider work properly when you upload yout own image:
But it doesn't work properly when you select an unsplash image in the interface:
The image on the top comes from <NuxtImg provider="prismic" :src="slice.primary.image.url" />, the image on the bottom comes from <PrismicImage :field="slice.primary.image">.
@nuxt/image seems to replace the images.unsplash.io from images.prismic.io regardless:
In Prismic, when selection on image, you have two choices.
The provider work properly when you upload yout own image:
But it doesn't work properly when you select an unsplash image in the interface:
The image on the top comes from
<NuxtImg provider="prismic" :src="slice.primary.image.url" />
, the image on the bottom comes from<PrismicImage :field="slice.primary.image">
.@nuxt/image seems to replace the
images.unsplash.io
fromimages.prismic.io
regardless:Data:
The text was updated successfully, but these errors were encountered: