Gatsby Image data not coming through

16 Views Asked by At

I'm getting image data from WP passed into Gatsby. I want to use Gatsby Image to improve performance.

Here's my GraphQL query:

GraphQL Query

But then when i console that data, I just get sourceUrl and altText.

enter image description here

I'm trying to pass my image from line 11 into the GatsbyImage component on line 22, but it's not working.

enter image description here

0

There are 0 best solutions below