Skip to content

Commit

Permalink
chore: remove second twoslash prop too 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 6, 2024
1 parent 0bf70bd commit 1b2c557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.getting-started/9.layers.md
Expand Up @@ -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
Expand Down

0 comments on commit 1b2c557

Please sign in to comment.