fix: disable SSR for the root route in nuxt.config
This commit is contained in:
parent
2bbb905ac8
commit
988657c30a
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ export default defineNuxtConfig({
|
|||
routeRules: {
|
||||
'/': {
|
||||
prerender: true,
|
||||
ssr: false,
|
||||
},
|
||||
'/dashboard/**': {
|
||||
prerender: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue