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',
|
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/',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user