gatsbyjs / homepage-starters

Development setup for homepage starters with multiple CMS backends
https://homepagestartersdev.gatsbyjs.io/
BSD Zero Clause License
19 stars 15 forks source link

gatsby-theme-contentful-blog: adding blog support as per shows error #163

Open ischyron opened 1 year ago

ischyron commented 1 year ago
9:54:47 AM: info [gatsby-theme-abstract-blog] creating pages
9:54:47 AM: error "gatsby-theme-abstract-blog" threw an error while running the createPages lifecycle:
9:54:47 AM: Interface field Image.gatsbyImageData expects type GatsbyImageData but ContentfulAsset.gatsbyImageData is type JSON.
9:54:47 AM:   140 |       }
9:54:47 AM:   141 |
9:54:47 AM: > 142 |   const result = await graphql(`
      |                        ^
  143 |     {
  144 |       posts: allBlogPost {
  145 |         nodes {
9:54:47 AM: 
9:54:47 AM:   Error: Interface field Image.gatsbyImageData expects type GatsbyImageData but   ContentfulAsset.gatsbyImageData is type JSON.
9:54:47 AM: