fix: add componentLazyHydration

This commit is contained in:
Michael Brevard 2024-06-03 10:39:14 +03:00 committed by GitHub
parent 2f2cb8e0cf
commit b764ae93be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ export default defineNuxtConfig({
renderJsonPayloads: process.env.TEST_PAYLOAD !== 'js',
headNext: true,
inlineRouteRules: true,
componentLazyHydration: true
},
appConfig: {
fromNuxtConfig: true,