When I make changes to a Gatsby blog that I have deployed with the Netlify CMS, I see changes to the public page almost immediately after deploying (crazy fast, it’s great – https://zealous-johnson-72668b.netlify.com). But when I make changes to Template files, I validate them locally then push, but never see the changes reflected in my re-deployed /admin dashboard. I tried the standard troubleshooting for this, clear cache, incognito etc.
If open the deploy log and follow the “Preview” to xxxxxxx-zealous-johnson-72668b.netlify.com, I do see the changes in the admin dashboard.
Is there anything I can do to display these changes at the standard URL upon deploy? I feel like I’m missing something obvious, and sending a content manager to a custom url after deploying changes isn’t great :/.
Thank you!