Skip to content

Commit f124107

Browse files
committed
chore: add local search provider to VitePress config
1 parent 88e6379 commit f124107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/docs/.vitepress/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export default defineConfig({
2626
text: 'Nuxt'
2727
}
2828
],
29+
search: {
30+
provider: 'local'
31+
},
2932
sidebar: [
3033
{
3134
items: [

0 commit comments

Comments
 (0)