mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: update links on hooks page (#20296)
This commit is contained in:
parent
3754591257
commit
d48024e71f
@ -53,7 +53,7 @@ Learn more about [available lifecycle hooks](/docs/api/advanced/hooks)
|
|||||||
|
|
||||||
## Nitro App Hooks (Runtime)
|
## Nitro App Hooks (Runtime)
|
||||||
|
|
||||||
These hooks are available for [Nitro plugins](https://nitro.unjs.io/guide/advanced/plugins) to hook into Nitro's runtime behavior.
|
These hooks are available for [Nitro plugins](https://nitro.unjs.io/guide/plugins) to hook into Nitro's runtime behavior.
|
||||||
|
|
||||||
### Usage within a Nitro Plugin
|
### Usage within a Nitro Plugin
|
||||||
|
|
||||||
@ -71,5 +71,5 @@ export default defineNitroPlugin((nitroApp) => {
|
|||||||
```
|
```
|
||||||
|
|
||||||
::alert{icon=👉}
|
::alert{icon=👉}
|
||||||
Learn more about available [Nitro lifecycle hooks](/docs/api/advanced/hooks#nitro-hooks-runtime-server-side).
|
Learn more about available [Nitro lifecycle hooks](/docs/api/advanced/hooks#nitro-app-hooks-runtime-server-side).
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user