Skip to content

Commit 81e5b61

Browse files
authored
docs: fix anchor link (#1301)
1 parent f49cfa9 commit 81e5b61

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
@@ -4,7 +4,7 @@
44

55
Vite exposes env variables on the special **`import.meta.env`** object. Some built-in variables are available in all cases:
66

7-
- **`import.meta.env.MODE`**: {string} the [mode](#mode) the app is running in.
7+
- **`import.meta.env.MODE`**: {string} the [mode](#modes) the app is running in.
88

99
- **`import.meta.env.BASE_URL`**: {string} the base url the app is being served from. In development, this is always `/`. In production, this is determined by the [`build.base` config option](/config/#build-base).
1010

0 commit comments

Comments
 (0)