Vite + Vue.js implements strapi api for the blogs

Hi. This is probably more related to the development of a Vue.js + Vite frontend.

For the search engine bots to crawl the website I am aware that it should be a Multi-Page Application, and that the web crawlers don’t press on buttons. MPA’s are typically static Html pages. Vue.js + vite supports both SPA and MPA development, however, for an MPA application that contains blog articles and dynamic pages using the blog slug I would first have to build the site using Static Site Generation methods. The issue comes because everytime a new article is published, the site has to rebuild inorder to generate the static site.

Does anyone have a solution to this issue? I would appreciate it a lot.