From 41d5cbbf3a7d0a1d61a009559b6228bc4c6d1ff7 Mon Sep 17 00:00:00 2001 From: "L.Rain" Date: Mon, 25 Apr 2022 17:29:26 +0800 Subject: [PATCH] docs: update environment variable in example (#4573) --- docs/content/2.guide/2.features/10.runtime-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/2.features/10.runtime-config.md b/docs/content/2.guide/2.features/10.runtime-config.md index 634e59612e..a2c321a267 100644 --- a/docs/content/2.guide/2.features/10.runtime-config.md +++ b/docs/content/2.guide/2.features/10.runtime-config.md @@ -43,7 +43,7 @@ Runtime config values are automatically replaced by matching environment variabl ```sh [.env] NUXT_API_SECRET=api_secret_token -NUXT_PUBLIC_BASE_URL=https://nuxtjs.org +NUXT_PUBLIC_API_BASE=https://nuxtjs.org ``` ```ts [nuxt.config.ts]