From 4ed569c731716ad6cb19eb4874d203f88506f33b Mon Sep 17 00:00:00 2001 From: Horon_Lee <59383381+HoronLee@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:07:45 +0800 Subject: [PATCH] Update deploy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The output directory should be `.vitepress/dist` 输出目录应该为`.vitepress/dist` --- docs/zh/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/deploy.md b/docs/zh/guide/deploy.md index 26a51df0..5fddbbc5 100644 --- a/docs/zh/guide/deploy.md +++ b/docs/zh/guide/deploy.md @@ -110,7 +110,7 @@ Cache-Control: max-age=31536000,immutable 使用仪表板创建新项目并更改这些设置: - **构建命令:** `npm run docs:build` -- **输出目录:** `docs/.vitepress/dist` +- **输出目录:** `.vitepress/dist` - **node 版本:** `18` (或更高版本) ::: warning