Can't display images sourced from GraphQL, error [gatsby-plugin-image] missing image prop – SEO
I'm trying to source content with images from Contentful into Gatsby but I failed to get images displayed. I installed gatsby-transformer-sharp, gatsby-plugin-image, gatsby-plugin-sharp, gatsby-remark-images and gatsby-remark-images-contentful. down below is a simple of my code import { GatsbyImage, getImage } from…