From 1b2c55765e2e865be6c403d5550f151af1cbaca7 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 6 Mar 2024 13:46:28 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20second=20twoslash=20prop=20to?= =?UTF-8?q?o=20=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/1.getting-started/9.layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/9.layers.md b/docs/1.getting-started/9.layers.md index 44de1a28b0b2..f62194d6708d 100644 --- a/docs/1.getting-started/9.layers.md +++ b/docs/1.getting-started/9.layers.md @@ -19,7 +19,7 @@ One of the core features of Nuxt 3 is the layers and extending support. You can You can extend a layer by adding the [extends](/docs/api/nuxt-config#extends) property to the [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config) file. -```ts twoslash [nuxt.config.ts] +```ts [nuxt.config.ts] export default defineNuxtConfig({ extends: [ '../base', // Extend from a local layer