From cd5c19b55907ada56115997465423da9053e3e7e Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Thu, 1 Aug 2024 15:43:42 +0200 Subject: [PATCH] chore(schema): fix typo (#28377) --- packages/schema/src/config/experimental.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/experimental.ts b/packages/schema/src/config/experimental.ts index 854a774764..4d83bec4a6 100644 --- a/packages/schema/src/config/experimental.ts +++ b/packages/schema/src/config/experimental.ts @@ -367,7 +367,7 @@ export default defineUntypedSchema({ * - Add the capo.js head plugin in order to render tags in of the head in a more performant way. * - Uses the hash hydration plugin to reduce initial hydration * - * @see [Nuxt Discussion #22632](https://github.com/nuxt/nuxt/discussions/22632] + * @see [Nuxt Discussion #22632](https://github.com/nuxt/nuxt/discussions/22632) */ headNext: true,