fix(docs): use absolute url for layout description

This commit is contained in:
Andrey Yolkin 2023-08-30 00:33:40 +03:00
parent ecab9f2d3d
commit 2ecf9c915c
No known key found for this signature in database
GPG Key ID: 4A2899263001EA49
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ export default defineNuxtModule({
Register template as layout and add it to the layouts.
::alert{type=info icon=👉}
In Nuxt 2 `error` layout can also be registered using this utility. In Nuxt 3 `error` layout [replaced](docs/getting-started/error-handling#rendering-an-error-page) with `error.vue` page in project root.
In Nuxt 2 `error` layout can also be registered using this utility. In Nuxt 3 `error` layout [replaced](/docs/getting-started/error-handling#rendering-an-error-page) with `error.vue` page in project root.
::
#### Type