I have to build every time I make changes in cms

I have created a website using strapi corporate next template. In local, the website is working fine but in production build every time I made changes in the admin panel, the content is not updated on the website. To update content I have to build every time.

Strapi version 3.6.8
It is deployed on A2 hosting Cpanel.

Hi, you could use a deploy hook, so every time you update something in Strapi, it could trigger a rebuild in Vercel (if you host your site there). See more.

Also you could give a try to SWR (also made by vercel). In some cases it could be useful.