From 59402b7a7ec4761c331889d0a105f5bca14726e5 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 30 Dec 2024 00:18:38 +0800 Subject: [PATCH] docs: update docs config --- docs/.vuepress/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index b4e1d891..fec62f13 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -3,7 +3,7 @@ import process from 'node:process' import { plumeTheme } from 'vuepress-theme-plume' export const theme: Theme = plumeTheme({ - hostname: process.env.SITE_HOST || 'https://plume.pengzhanbo.cn', + hostname: process.env.SITE_HOST || 'https://theme-plume.vuejs.press', docsRepo: 'https://github.com/pengzhanbo/vuepress-theme-plume', docsDir: 'docs', changelog: { maxCount: 10 },