Skip to content

Commit 74af8c4

Browse files
authored
docs: fix envPrefix link (#4862)
1 parent bc64b88 commit 74af8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/env-and-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ VITE_SOME_KEY=123
4444

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

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

4949
:::warning SECURITY NOTES
5050

0 commit comments

Comments
 (0)