docs: update environment variable in example (#4573)

This commit is contained in:
L.Rain 2022-04-25 17:29:26 +08:00 committed by GitHub
parent a4526cffe2
commit 41d5cbbf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ Runtime config values are automatically replaced by matching environment variabl
```sh [.env] ```sh [.env]
NUXT_API_SECRET=api_secret_token NUXT_API_SECRET=api_secret_token
NUXT_PUBLIC_BASE_URL=https://nuxtjs.org NUXT_PUBLIC_API_BASE=https://nuxtjs.org
``` ```
```ts [nuxt.config.ts] ```ts [nuxt.config.ts]