We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349dcab commit 092c435Copy full SHA for 092c435
packages/docs/docs/config/README.md
@@ -70,7 +70,7 @@ Specify the port to use for the dev server.
70
- Type: `string`
71
- Default: `.vuepress/dist`
72
73
-Specify the output directory for `vuepress build`.
+Specify the output directory for `vuepress build`. If a relative path is specified, it will be resolved based on `process.cwd()`.
74
75
### ga
76
packages/docs/docs/zh/config/README.md
@@ -68,7 +68,7 @@ module.exports = {
68
- 类型: `string`
69
- 默认值: `.vuepress/dist`
-指定 `vuepress build` 的输出目录。
+指定 `vuepress build` 的输出目录。如果传入的是相对路径,则会基于 `process.cwd()` 进行解析。
0 commit comments