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', dark: './src/assets/logo-dark.svg',
replacesTitle: true, replacesTitle: true,
}, },
social: { social: [
github: 'https://github.com/anomalyco/totalrecall', { icon: 'github', label: 'GitHub', href: 'https://github.com/anomalyco/totalrecall' },
}, ],
editLink: { editLink: {
baseUrl: 'https://github.com/anomalyco/totalrecall/edit/main/', baseUrl: 'https://github.com/anomalyco/totalrecall/edit/main/',
}, },