Is it possible to define which routes are rendered fully server-side and which are served in SPA mode?
The use-case I am thinking of is I have a small "marketing" area including a homepage which need to be search engine crawlable so ssr is a must. The majority of the site would be hidden behind authentication, so the added overhead of ssr is unnecessary for these areas.
Thanks for any tips!
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1308">#c1308</a>)</em></sub></div>