Skip to content

Commit

Permalink
docs: fix envPrefix link (vitejs#4862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 authored and aleclarson committed Nov 8, 2021
1 parent ce39347 commit dce6693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/env-and-mode.md
Original file line number Diff line number Diff line change
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 dce6693

Please sign in to comment.