Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: fix broken link (#8319)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemcode committed Oct 19, 2022
1 parent ac60d36 commit 3ef014a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/3.api/1.composables/use-runtime-config.md
Expand Up @@ -40,7 +40,7 @@ export default defineNuxtConfig({
Variables that need to be accessible on the server are added directly inside `runtimeConfig`. Variables that need to be accessible on both the client and the server are defined in `runtimeConfig.public`.
::

::ReadMore{link="/guide/features/runtime-config"}
::ReadMore{link="/guide/going-further/runtime-config"}
::

## Acess Runtime Config
Expand Down Expand Up @@ -69,7 +69,7 @@ In this example, since `apiBase` is defined within the `public` namespace, it is

It is possible to update runtime config values using a matching environment variable name prefixed with `NUXT_`.

::ReadMore{link="/guide/features/runtime-config"}
::ReadMore{link="/guide/going-further/runtime-config"}
::

### Using the `.env` File
Expand Down Expand Up @@ -135,5 +135,5 @@ export default defineEventHandler((event) => {
})
```

::ReadMore{link="/guide/features/runtime-config"}
::ReadMore{link="/guide/going-further/runtime-config"}
::

0 comments on commit 3ef014a

Please sign in to comment.