From fac0c7698d0d7d47286acec231d46801c1ed5bc7 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 28 Apr 2023 16:22:41 +0800 Subject: [PATCH] feat: add atom and rss feed --- docs/.vuepress/theme.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 6f262005..bae135e1 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -52,7 +52,9 @@ export default hopeTheme({ tasklist: true, }, feed: { + atom: true, json: true, + rss: true, }, }, });