You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/4.api/4.advanced.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Nuxt Content is highly customizable, giving you freedom and control over how the
10
10
11
11
The module adds some hooks you can use:
12
12
13
-
`content:file:*` hooks are available in nitro runtime, in order to use them you need to create a custom [nitro plugin](https://nitro.unjs.io/guide/plugins.html).
13
+
`content:file:*` hooks are available in nitro runtime, in order to use them you need to create a custom [nitro plugin](https://nitro.unjs.io/guide/advanced/plugins).
14
14
15
15
Create a plugin in the `server/plugins/` directory
0 commit comments