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

View File

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