Skip to content

Commit 138448c

Browse files
authored
docs: enable local search (#504)
1 parent 281a248 commit 138448c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ export default async () => {
1818
'https://github.com/intlify/eslint-plugin-vue-i18n/edit/master/docs/:path',
1919
text: 'Edit this page on GitHub'
2020
},
21+
search: {
22+
provider: 'local'
23+
},
2124
nav: [
2225
{
2326
text: 'Support Intlify',

0 commit comments

Comments
 (0)