docs-ko icon indicating copy to clipboard operation
docs-ko copied to clipboard

[SYNC] feat: allow declaring dirname (#9154)

Open github-actions[bot] opened this issue 3 years ago • 0 comments

feat: allow declaring dirname (#9154) (1e078ad)


+++ b/docs/guide/env-and-mode.md
@@ -60,7 +60,7 @@ console.log(import.meta.env.VITE_SOME_KEY) // 123
console.log(import.meta.env.DB_PASSWORD) // undefined
```
-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/shared-options.html#envprefix) option.
:::warning SECURITY NOTES

github-actions[bot] avatar Jul 17 '22 00:07 github-actions[bot]