From 5de1a1ff1852d796f7e6832bd7405956a67ed5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E6=AD=A3=E6=B5=B7?= Date: Sun, 15 Sep 2024 00:21:58 +0800 Subject: [PATCH] Update deploy.md --- docs/en/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index 852fb868..953fbc74 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -110,7 +110,7 @@ Note: the `vercel.json` file should be placed at the root of your **repository** Set up a new project and change these settings using your dashboard: - **Build Command:** `npm run docs:build` -- **Output Directory:** `docs/.vitepress/dist` +- **Output Directory:** `.vitepress/dist` - **Node Version:** `18` (or above) ::: warning