From e2416801e4262542387324dcfbf943360ffe23b0 Mon Sep 17 00:00:00 2001 From: Michael Brevard Date: Sun, 16 Jun 2024 16:48:06 +0300 Subject: [PATCH] chore: schema cleanup --- packages/schema/src/config/experimental.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/schema/src/config/experimental.ts b/packages/schema/src/config/experimental.ts index 924f46e13..e301478f2 100644 --- a/packages/schema/src/config/experimental.ts +++ b/packages/schema/src/config/experimental.ts @@ -260,11 +260,12 @@ export default defineUntypedSchema({ }, /** - * Experimental built-in delayed component hydration + * Delayed component hydration * - * This enables components to lazily hydrate when needed, improving performance for sites with components below-the-fold + * This enables components to defer hydration until necessary, improving performance by not requesting all resources at once. + * @type {Boolean} */ - componentLazyHydration: false, + delayedHydration: false, /** * Config schema support