docs: update link to RuntimeNuxtHooks (#28336)

This commit is contained in:
Vaci 2024-07-29 10:50:58 +02:00 committed by GitHub
parent 4e54af4fad
commit 68b720538c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ description: Nuxt provides a powerful hooking system to expand almost every aspe
## App Hooks (runtime)
Check the [app source code](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/nuxt.ts#L27) for all available hooks.
Check the [app source code](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/nuxt.ts#L37) for all available hooks.
Hook | Arguments | Environment | Description
-----------------------|---------------------|-----------------|-------------