Extend blog data with an image
Opened this issue · 3 comments
Since the configuration for using images with Gatsby + Netlify CMS is not easy or straightforward, I think it would help a lot of people if the example included the use of images.
For example I had my assets folder combined with my markdown files in the root of my project, but for the admin interface to display the images the original (uploaded) images files need to be located in the gatsby static folder otherwise they can't be served. But this also means you need to configure the static folder to be picked up by the gatsby-source-filesystem plugin. Things like that...
Definitely - are you up for opening a PR for that? Happy to support for sure.
I'll leave it open in case someone is up to it 👍 Thanks for raising!