Hello,
I am new to Netlify and so far it looks really good.
However I have NetlifyCMS linked to Gatsby and GitHub.
If I make a change on NetlifyCMS then it replicates that to GitHub and then I fetch that change down to my PC where Gatsby is - that seems to work fine.
If I change something in Gatsby then push it to GitHub Netlify picks the change up and builds it and then I see it on my Netlify URL - that seems to work fine too.
My problem is this, yesterday I added a page in Gatsby and it shows fine on my localhost:8000 and so I built it etc and then sent it to Github and Netlify picked it up and built it fine, BUT when I go into NetlifyCMS I can’t see that new page despite it appearing on the Netlify URL.
I am using the https://github.com/netlify-templates/gatsby-starter-netlify-cms
Thanks in advance for your help
Guy