Skip to content

Commit

Permalink
docs: add space in list (nuxt#22032)
Browse files Browse the repository at this point in the history
  • Loading branch information
trdln authored Jul 7, 2023
1 parent 4d7df49 commit 2edd7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/7.layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Additionally, certain other files in the layer directory will be auto-scanned an
- `composables/*` - Extend the default composables
- `pages/*` - Extend the default pages
- `server/*` - Extend the default server endpoints & middleware
-[`nuxt.config.ts`](/docs/guide/directory-structure/nuxt.config)- Extend the default nuxt config
- [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt.config)- Extend the default nuxt config
- `app.config.ts` - Extend the default app config

## Basic Example
Expand Down

0 comments on commit 2edd7a3

Please sign in to comment.