From 7b5f1e3264da96cc43fe72366cceaad570440fca Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Wed, 25 May 2022 11:49:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=96=87=E6=A1=A3action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68fceb8d..7b7c9562 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "release": "node scripts/build.js && lerna publish from-git", "docs:dev": "vuepress dev docs --clean-cache", "docs:build": "vuepress build docs --clean-cache", - "docs:build-pages": "BASE=fes.js/ vuepress build docs --clean-cache", + "docs:build-pages": "BASE=/fes.js/ vuepress build docs --clean-cache", "test": "fes test", "lint": "eslint -c ./.eslintrc.js --ext .js,.jsx,.vue,.ts" },