Skip to content

Commit

Permalink
docs: fix envPrefix link (#4862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Sep 6, 2021
1 parent bc64b88 commit 74af8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/env-and-mode.md
Expand Up @@ -44,7 +44,7 @@ VITE_SOME_KEY=123

Only `VITE_SOME_KEY` will be exposed as `import.meta.env.VITE_SOME_KEY` to your client source code, but `DB_PASSWORD` will not.

If you want to customize env variables prefix, see [envPrefix](/config/index#envPrefix) option.
If you want to customize env variables prefix, see [envPrefix](/config/index#envprefix) option.

:::warning SECURITY NOTES

Expand Down

0 comments on commit 74af8c4

Please sign in to comment.