fix: update starlight social config syntax for v0.33+

This commit is contained in:
lotherk
2026-03-27 02:33:41 +00:00
parent ad5772485f
commit 73955bc318

View File

@@ -11,9 +11,9 @@ export default defineConfig({
dark: './src/assets/logo-dark.svg',
replacesTitle: true,
},
social: {
github: 'https://github.com/anomalyco/totalrecall',
},
social: [
{ icon: 'github', label: 'GitHub', href: 'https://github.com/anomalyco/totalrecall' },
],
editLink: {
baseUrl: 'https://github.com/anomalyco/totalrecall/edit/main/',
},