diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..b38ef88 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +sources.ymbot.top \ No newline at end of file diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index a106b5b..77b2e2a 100644 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -14,4 +14,4 @@ export default defineUserConfig({ theme, shouldPrefetch: false, -}); \ No newline at end of file +}); diff --git a/docs/src/.vuepress/theme.ts b/docs/src/.vuepress/theme.ts index d2ff160..7023a48 100644 --- a/docs/src/.vuepress/theme.ts +++ b/docs/src/.vuepress/theme.ts @@ -4,11 +4,11 @@ import {zhNavbar} from "./navbar"; import {zhSidebar} from "./sidebar"; export default hopeTheme({ - hostname: "https://bot.khbit.cn", + hostname: "https://bot.ymbot.top", author: { - name: "KuoHu", - url: "https://khbit.cn", + name: "YanMo", + url: "https://www.ymbot.to", }, iconAssets: "iconfont",