Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 484a1ce

Browse files
committed
chore(content): unified writing of directory structure in .md files
The directory structure was written in the Middleware and Layout sections, but there was some fluctuation in the notation, so unified it to the way it is written on the official Nuxt website.
1 parent 71e1e04 commit 484a1ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/2.concepts/5.middleware/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Nuxt では、特定のルートにナビゲートする前にコードを実行
1515
グローバルミドルウェアは以下のように定義することができます。
1616

1717
```
18-
middleware/
19-
--| hello.global.ts
18+
-| middleware/
19+
---| hello.global.ts
2020
```
2121

2222
```ts
@@ -31,8 +31,8 @@ export default defineNuxtRouteMiddleware(() => {
3131
ページ単位のミドルウェアは以下のように定義することができます。
3232

3333
```
34-
middleware/
35-
--| helloA.ts
34+
-| middleware/
35+
---| helloA.ts
3636
```
3737

3838
```ts

0 commit comments

Comments
 (0)