Skip to content

Commit ba61581

Browse files
committed
Update themeConfig.ts
1 parent 4c717dc commit ba61581

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/.vuepress/themeConfig.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ export default defineThemeConfig({
3434
plugins: ["highlight", "math", "search", "notes", "zoom"],
3535
},
3636
},
37+
feed: {
38+
rss: true,
39+
json:true
40+
},
41+
// docsearch: {
42+
// appId: "",
43+
// apiKey: "",
44+
// indexName: "",
45+
// },
3746
pwa: {
3847
favicon: "/favicon.ico",
3948
cachePic: false,

0 commit comments

Comments
 (0)