From 5db2fffca5ddb6233853267188efba3dffb22748 Mon Sep 17 00:00:00 2001 From: wandoubaba Date: Fri, 8 Sep 2023 12:31:58 +0800 Subject: [PATCH] config --- docs/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index eb9f02b..07de238 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,8 @@ module.exports = { title: "PHP程序员的FreeSWITCH开发文档", description: "一个PHP程序在做FreeSWITCH相关的应用开发时积累的技术文档", - dest: "dist", + dest: "../dist", + base: "/", plugins: ["@vuepress/back-to-top"], head: [ // 百度统计代码