Skip to content

Commit f1731ae

Browse files
committed
chore: update config
1 parent 1f6266e commit f1731ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/.vuepress/theme.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,19 @@ export default hopeTheme({
5959
},
6060
},
6161

62+
markdown: {
63+
codeTabs: true,
64+
},
65+
6266
plugins: {
6367
docsearch: {
6468
appId: '34YFD9IUQ2',
6569
apiKey: '9a9058b8655746634e01071411c366b8',
6670
indexName: 'vuepress',
6771
searchParameters: {
72+
indexName: 'vuepress',
6873
facetFilters: ['tags:v2'],
6974
},
7075
},
71-
markdownTab: {
72-
codeTabs: true,
73-
},
7476
},
7577
})

0 commit comments

Comments
 (0)