From 46c3064882af0a26a998671668793fb4c873177b Mon Sep 17 00:00:00 2001 From: yangdong <764104430@qq.com> Date: Wed, 15 Feb 2023 15:17:45 +0800 Subject: [PATCH] action --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9620d0a..bf320a1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -3,7 +3,7 @@ export default { // 网站标题 title: '基于element-plus二次封装组件', // 部署的基础路径 - base: '/docs/', + base: '/', // 配置网站html的head标签 head: [], // 主题配置