Tag: gatsby-remark-image
-
Gatsby Image data not coming through
0 I’m getting image data from WP passed into Gatsby. I want to use Gatsby Image to improve performance. Here’s my GraphQL query: But then when i console that data, I just get sourceUrl and altText. I’m trying to pass my image from line 11 into the GatsbyImage component on line 22, but it’s not…