Page Doesn't Refresh
What to do if the page doesn't refresh when editing content in Stackbit.
If the page doesn't refresh when editing content in Stackbit, then you should enable live reloading. There are various mechanisms you could employ for this.
One approach is to import JSON files directly into your pages. Next.js will then update whenever the JSON pages update. However, you should be cautious with taking this path, as accounting for new pages added with Stackbit can be tricky.
What may be an easier approach for you is to make use of Automatic Content Reload library.