Using images from netlifyCMS - been stuck on this for 4 days. #27863
-
Hello I'm trying to add a blog page to an existing Gatsby site using NetlifyCMS. Basically, I'm getting the common: "Field "image" must not have a selection since type "String" has no subfields." I really want this to work, but I feel my work is wanting to go another direction as we've been stuck on this for a week. Any help is much appreciated, I've tried almost every solution I can find so I'm hoping there is a mistake in my files. Here are my files: config.yml
gatsby-config.js
gatsby-node.js
pages/blog.js (displays all blog posts)
templates/blog.js
Here is a picture of graphQL for what its worth I know this is a lot to look at, so I really appreciate if someone can take the time to help me out. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried using |
Beta Was this translation helpful? Give feedback.
Have you tried using
gatsby-remark-relative-images
? From what I can see, it appears that images aren't being transformed bygatsby-transformer-sharp
?