mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: remove second twoslash prop too 🤔
This commit is contained in:
parent
0bf70bd7ad
commit
1b2c55765e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user