Skip to content

Commit 810877c

Browse files
committed
Enable local search bar in doc
1 parent d36eef9 commit 810877c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ export default defineConfig({
6363
socialLinks: [
6464
{ icon: 'github', link: 'https://github.com/Gugustinette/Nuxt-Leaflet' },
6565
{ icon: 'npm', link: 'https://www.npmjs.com/package/nuxt3-leaflet' }
66-
]
66+
],
67+
68+
search: {
69+
provider: 'local',
70+
}
6771
},
6872
ignoreDeadLinks: true
6973
})

0 commit comments

Comments
 (0)