docs: fix broken links on experimental features (#23052)

This commit is contained in:
Michel EDIGHOFFER 2023-09-07 10:58:53 +02:00 committed by GitHub
parent 48fb6e243b
commit 25bf10e180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Enables Vue's reactivity transform. Note that this feature has been marked as de
export defineNuxtConfig({ experimental: { reactivityTransform: true } })
```
::ReadMore{link="docs/getting-started/configuration#enabling-experimental-vue-features"}
::ReadMore{link="/docs/getting-started/configuration#enabling-experimental-vue-features"}
::
## externalVue
@ -143,7 +143,7 @@ Enables View Transition API integration with client-side router.
export defineNuxtConfig({ experimental: { viewTransition: true } })
```
::ReadMore{link="docs/getting-started/transitions#view-transitions-api-experimental"}
::ReadMore{link="/docs/getting-started/transitions#view-transitions-api-experimental"}
::
## writeEarlyHints
@ -162,7 +162,7 @@ Enables experimental component islands support with `<NuxtIsland>` and `.island.
export defineNuxtConfig({ experimental: { componentIslands: true } })
```
::ReadMore{link="docs/guide/directory-structure/components#server-components"}
::ReadMore{link="/docs/guide/directory-structure/components#server-components"}
::
You can follow the server components roadmap on [GitHub](https://github.com/nuxt/nuxt/issues/19772).