Skip to content

Commit 6c4af7a

Browse files
committed
a simple search function
1 parent eb64e6d commit 6c4af7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vitepress/config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ export default defineConfig({
6868

6969
socialLinks: [
7070
{icon: 'github', link: 'https://github.com/Topper-MC'}
71-
]
71+
],
72+
73+
search: {
74+
provider: "local"
75+
}
7276
},
7377
markdown: {
7478
config(md) {

0 commit comments

Comments
 (0)