Skip to content

Commit 15d15ef

Browse files
committed
docs: enable search feature
1 parent d774c65 commit 15d15ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default defineConfig({
2525
{ text: "Demo", link: "/demo" },
2626
{ text: "Playground", link: "/playground" },
2727
],
28-
2928
sidebar: [
3029
{
3130
text: "Get Started",
@@ -391,5 +390,8 @@ export default defineConfig({
391390
link: "https://github.com/MelihAltintas/vue3-openlayers",
392391
},
393392
],
393+
search: {
394+
provider: "local",
395+
},
394396
},
395397
});

0 commit comments

Comments
 (0)