From 2edd7a34419e042f6a694929d32178ecb379be51 Mon Sep 17 00:00:00 2001 From: Nurassyl <78026760+Nura-21@users.noreply.github.com> Date: Sat, 8 Jul 2023 02:35:59 +0600 Subject: [PATCH] docs: add space in list (#22032) --- docs/2.guide/3.going-further/7.layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/3.going-further/7.layers.md b/docs/2.guide/3.going-further/7.layers.md index c140b1d02..ef3325bf1 100644 --- a/docs/2.guide/3.going-further/7.layers.md +++ b/docs/2.guide/3.going-further/7.layers.md @@ -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