Skip to content

Commit c77089d

Browse files
committed
Merge branch 'main' of https://github.com/cycraft/magnetar
2 parents d9908d7 + cd28413 commit c77089d

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)