I'm developing an application in Nuxt 3. Part of that application is only accessible if you are logged in. I want to disable SSR for those routes, while keeping it on for routes that are publicly available.
Is there a way to do that in Nuxt 3? I only found an option to disable SSR globally in the nuxt.config.ts
file