I build a simple blog CMS with Static Site Generation web.
However, I have less trouble catching the flow.
The user creates a new blog article and I need to see the changes on the statically generated site immediately (website is on a netlify server).
I know that next, for example, provides the Incremental Static Regeneration option, but the change will not appear until the Revalidation time has elapsed and then refreshed.
Is there a way to view instant changes without waiting and refreshing on a statically generated site?