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, }, }, });