mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix broken links on experimental features (#23052)
This commit is contained in:
parent
48fb6e243b
commit
25bf10e180
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user