Hi!
I set up a gatsby blog site using blog starter and hooked it up to Netlify CMS. I am having an issue with displaying images on the index page.
When the page first loads, none of the images on index page show. If I navigate to other page and come back to the index, it all appears. It is only happening on live site and all images are being sent from CMS as markdown file.
I followed an instruction on here: https://github.com/gatsbyjs/gatsby/issues/3545
and ran yarn add git://github.com/lfittl/hast-to-hyperscript
but it didn’t fix:(
Also, I noticed that when it first loads, the blurred image fills up the page then disappears.
Here’s the link to the site: https://hardcore-wiles-235b68.netlify.com/
Any help would be appreciated. Please let me know if there’s anything else I can provide. Thank you!