I recently discovered Netlify CMS and how it manages content for a user.
I write articles on my site built with Gatsby.
I then went through the gatsby documentation for working with Netlify CMS.
I was able to connect my repository with the CMS.
When I write new posts on the CMS, it as expected creates a pull request on the repo and also merges it on publishing.
The issue now is that after deployment, the new post is not displayed on the domain given by netlify.
I would really need help on how to go about this. Thanks in advance