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
I have been trying to improve images in the website. For example the images coming from netlify cms markdown file that are displayed in the blog list shows normally when using the <img /> tag buy when trying to use the <GatsbyImage /> I can't get the images showing at all. I get following error in the browser console Warning: Failed prop type: The prop `src` is marked as required in `Y`, but its value is `undefined`. Also for some reason I can't see child image sharp or gatsby image data options in the all markdown remark in the graphql explorer at all.
This is my blog post item file where the images are:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to improve images in the website. For example the images coming from netlify cms markdown file that are displayed in the blog list shows normally when using the
<img />
tag buy when trying to use the<GatsbyImage />
I can't get the images showing at all. I get following error in the browser consoleWarning: Failed prop type: The prop `src` is marked as required in `Y`, but its value is `undefined`.
Also for some reason I can't see child image sharp or gatsby image data options in the all markdown remark in the graphql explorer at all.This is my blog post item file where the images are:
and the graphql query for the thing is in the blog list file:
Beta Was this translation helpful? Give feedback.
All reactions