Should I separate the SPA part and other website parts?
Hey! The question is should I separate the SPA part and other website parts (blog, community, etc.)?
I have an application written by Laravel, InertiaJS and Vue, but at this moment I want to add some blog and community to my application. The problem is that I want to show my blog posts in the community to search engines. I don't really want to install SSR. So, is it a good idea (the correct way) to separate my SPA part (to console subdomain) and other parts written in the blade?