Skip to content

Commit 8c7a09d

Browse files
committed
Use fuzzy search
1 parent dc234ad commit 8c7a09d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/vocs.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import { defineConfig } from 'vocs'
22

33
export default defineConfig({
44
title: 'MCP-Go',
5-
search: {},
5+
search: {
6+
fuzzy: true
7+
},
68
baseUrl: 'https://mcp-go.dev',
79
basePath: '/',
810
logoUrl: '/logo.png',

0 commit comments

Comments
 (0)