fix: update starlight social config syntax for v0.33+
This commit is contained in:
@@ -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/',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user