From ba6158131081878f8403872c52201c8b8e394cd9 Mon Sep 17 00:00:00 2001 From: guide Date: Thu, 3 Mar 2022 11:13:04 +0800 Subject: [PATCH] Update themeConfig.ts --- docs/.vuepress/themeConfig.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/.vuepress/themeConfig.ts b/docs/.vuepress/themeConfig.ts index 4d6ffa96..e4b26aec 100644 --- a/docs/.vuepress/themeConfig.ts +++ b/docs/.vuepress/themeConfig.ts @@ -34,6 +34,15 @@ export default defineThemeConfig({ plugins: ["highlight", "math", "search", "notes", "zoom"], }, }, + feed: { + rss: true, + json:true + }, + // docsearch: { + // appId: "", + // apiKey: "", + // indexName: "", + // }, pwa: { favicon: "/favicon.ico", cachePic: false,