“SSR everywhere” is as wrong as “SPA only”. Nuxt 3 route rules: SEO pages on server, cabinet in the browser.
`routeRules: { '/cabinet/**': { ssr: false } }` — common pattern: public pages on SSR, cabinet in the browser. Public API via runtimeConfig.

“SSR everywhere” is as wrong as “SPA only”. Nuxt 3 route rules: SEO pages on server, cabinet in the browser.
`routeRules: { '/cabinet/**': { ssr: false } }` — common pattern: public pages on SSR, cabinet in the browser. Public API via runtimeConfig.
By clicking «send code», you accept the terms of use and consent to personal data processing.