mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
docs: fix broken link (#8319)
This commit is contained in:
parent
ac60d362c9
commit
3ef014a378
@ -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`.
|
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
|
## Acess Runtime Config
|
||||||
@ -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_`.
|
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
|
### Using the `.env` File
|
||||||
@ -135,5 +135,5 @@ export default defineEventHandler((event) => {
|
|||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
::ReadMore{link="/guide/features/runtime-config"}
|
::ReadMore{link="/guide/going-further/runtime-config"}
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user