I'm using GatsbyJS for my blog, source in GitHub, hosted in Netlify. The whole thing is open source so you can check it out here if it helps.
I've been using GatsbyJS for almost a year now and this issue has persisted for that whole time. Randomly, the featuredimage
for posts will disappear. One deployment it's there. The next it's gone. I haven't found any rhyme or reason why, and there's nothing in the Netlify build logs that indicates what the issue might be.
Any idea why this would change for content that's not changing? The images are there. You can manually access them even when they don't appear with a given post. But for some reason Gatsby's not showing it.
Here's a screenshot of my main blog page. Every one of these listed articles has a featuredimage. But half don't show up:
I'm not sure if I should include my package.json or gatsby-config.js here. They're in the repo I shared but if I should paste them into this question I can.
Thanks in advance!