chore: remove second twoslash prop too 🤔

This commit is contained in:
Daniel Roe 2024-03-06 13:46:28 +00:00
parent 0bf70bd7ad
commit 1b2c55765e
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -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. 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({ export default defineNuxtConfig({
extends: [ extends: [
'../base', // Extend from a local layer '../base', // Extend from a local layer