Skip to content

Commit 092c435

Browse files
shigmaulivz
authored andcommitted
docs: add some comments on dest (#1357)
1 parent 349dcab commit 092c435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/docs/docs/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Specify the port to use for the dev server.
7070
- Type: `string`
7171
- Default: `.vuepress/dist`
7272

73-
Specify the output directory for `vuepress build`.
73+
Specify the output directory for `vuepress build`. If a relative path is specified, it will be resolved based on `process.cwd()`.
7474

7575
### ga
7676

Diff for: packages/docs/docs/zh/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
- 类型: `string`
6969
- 默认值: `.vuepress/dist`
7070

71-
指定 `vuepress build` 的输出目录。
71+
指定 `vuepress build` 的输出目录。如果传入的是相对路径,则会基于 `process.cwd()` 进行解析。
7272

7373
### ga
7474

0 commit comments

Comments
 (0)