We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af585d7 commit cd28413Copy full SHA for cd28413
docs/.vitepress/config.ts
@@ -6,6 +6,9 @@ export default defineConfig({
6
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/icons/magnetar-icon.svg' }]],
7
lastUpdated: true,
8
themeConfig: {
9
+ search: {
10
+ provider: 'local',
11
+ },
12
logo: {
13
light: '/media/magnetar-logo-dark.svg',
14
dark: '/media/magnetar-logo-white.svg',
0 commit comments