I have my Strapi backend hosted on Heroku.
And my frontend is built using NextJS and hosted on Vercel.
I am using Static generation to build my frontend.
Whenever I write a new blog post on Strapi, I have to go to Vercel and rebuild the frontend.
Is there a way that my frontend automatically reflects the new blog post and I don’t have to rebuild the website every time?