From 42a4f63b7ca73f85f2851686781f5db78123f5aa Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 12 Jan 2023 23:50:06 -0800 Subject: [PATCH] fix plugin errors - define PWA theme color - fix config error in feed and sitemap plugins --- docs/.vuepress/theme.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 46507d7f8..bcc8e5bb2 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -83,10 +83,14 @@ export default hopeTheme({ // Operational Plugins feed: { - rss: true + hostname: 'https://hut.ao', + rss: true, }, seo: true, - sitemap: true, + sitemap: { + sitemapFilename: 'sitemap.xml', + changefreq: 'weekly' + }, // Disable features you don't want here mdEnhance: { @@ -140,6 +144,7 @@ export default hopeTheme({ cacheHTML: true, cachePic: true, appendBase: true, + themeColor: '#f26d6d', apple: { icon: "/favicon.ico", statusBarColor: "black",