fix: disable SSR for the root route in nuxt.config

This commit is contained in:
ccbikai 2025-05-21 12:19:02 +08:00
parent 2bbb905ac8
commit 988657c30a

View file

@ -42,7 +42,6 @@ export default defineNuxtConfig({
routeRules: {
'/': {
prerender: true,
ssr: false,
},
'/dashboard/**': {
prerender: true,