I'm currently working on a project using Nuxt 3. One part of the application can only be accessed when the user is logged in. I'm trying to figure out how to turn off SSR for these specific routes, but still keep it enabled for the public routes.
Is there a method to achieve this in Nuxt 3? So far, all I've come across is the option to globally disable SSR in the nuxt.config.ts
file.