We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
envPrefix
1 parent bc64b88 commit 74af8c4Copy full SHA for 74af8c4
docs/guide/env-and-mode.md
@@ -44,7 +44,7 @@ VITE_SOME_KEY=123
44
45
Only `VITE_SOME_KEY` will be exposed as `import.meta.env.VITE_SOME_KEY` to your client source code, but `DB_PASSWORD` will not.
46
47
-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.
48
49
:::warning SECURITY NOTES
50
0 commit comments