Skip to content

Commit 7bd4272

Browse files
authored
Merge pull request #44 from buggregator/issue/43
Adds local search.
2 parents 49a851e + 46a97c7 commit 7bd4272

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ export default defineConfig({
77
description: "Buggregator docs",
88
themeConfig: {
99
// https://vitepress.dev/reference/default-theme-config
10+
search: {
11+
provider: 'local'
12+
},
13+
1014
nav: [
1115
{ text: 'Docs', link: '/' },
1216
],

0 commit comments

Comments
 (0)