diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 8a40186..b1ebf82 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -2,7 +2,7 @@ import { defineUserConfig } from "vuepress"; import theme from "./theme.js"; export default defineUserConfig({ - base: "/", + base: "/LiteyukiBot", lang: "zh-CN", title: "文档演示",