1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

feat: add atom and rss feed

This commit is contained in:
Mr.Hope 2023-04-28 16:22:41 +08:00
parent be1b2f46ce
commit fac0c7698d

View File

@ -52,7 +52,9 @@ export default hopeTheme({
tasklist: true, tasklist: true,
}, },
feed: { feed: {
atom: true,
json: true, json: true,
rss: true,
}, },
}, },
}); });