tests: use new delayedHydration key

This commit is contained in:
Michael Brevard 2024-06-16 17:05:40 +03:00 committed by GitHub
parent 768ebe4591
commit 5124ebe4d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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