mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
docs(schema): update prefix for runtime config env variables (#6999)
This commit is contained in:
parent
33d82b65ef
commit
2d071eb48c
@ -708,7 +708,7 @@ export default defineUntypedSchema({
|
||||
* Anything under `public` and `app` will be exposed to the frontend as well.
|
||||
*
|
||||
* Values are automatically replaced by matching env variables at runtime, e.g. setting an environment
|
||||
* variable `API_KEY=my-api-key PUBLIC_BASE_URL=/foo/` would overwrite the two values in the example below.
|
||||
* variable `NUXT_API_KEY=my-api-key NUXT_PUBLIC_BASE_URL=/foo/` would overwrite the two values in the example below.
|
||||
*
|
||||
* @example
|
||||
* ```js
|
||||
|
Loading…
Reference in New Issue
Block a user