I have a my Gatsby 5 site building correctly - we don’t see any errors, however the content is not updating to current version. The site is utilising data from a Sanity CMS dataset, we are using GraphQL to pull relevant information at build time.
When the site builds and deploys to Netlify, we don’t see the most upto date content. This is not the case when the Gatsby site is build and run locally.
The only time I can get the site to build with the correct content is when I manually clear cache in Netlify, and then rebuild. This results in the correct content being shown but unfortunately, the next time a build is done, the stale old content returns.
This is an example link
https://www.boringmoney.co.uk/learn/articles/why-investing-in-the-banking-sector-is-starting-to-make-sense-again/
The issue is that on the right hand side of this page, a series of images should be shown in stacked form. They show locally, they show when we forced cache clearance and rebuild, but as soon as the site rebuilds normally, they disappear and the old content returns.
Please help!