Skip to content

Commit cd28413

Browse files
feat: add local search ability (#125)
@gaomingzhao-system thanks!!
1 parent af585d7 commit cd28413

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ export default defineConfig({
66
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/icons/magnetar-icon.svg' }]],
77
lastUpdated: true,
88
themeConfig: {
9+
search: {
10+
provider: 'local',
11+
},
912
logo: {
1013
light: '/media/magnetar-logo-dark.svg',
1114
dark: '/media/magnetar-logo-white.svg',

0 commit comments

Comments
 (0)