Docs: upgrade to latest Astro Starlight

This commit is contained in:
Lovell Fuller 2025-05-20 12:57:28 +01:00
parent 63b0a11b5b
commit 7f03502003
2 changed files with 6 additions and 6 deletions

View File

@ -70,10 +70,10 @@ export default defineConfig({
{ label: 'Performance', slug: 'performance' },
{ label: 'Changelog', slug: 'changelog' }
],
social: {
openCollective: 'https://opencollective.com/libvips',
github: 'https://github.com/lovell/sharp'
}
social: [
{ icon: 'openCollective', label: 'Open Collective', href: 'https://opencollective.com/libvips' },
{ icon: 'github', label: 'GitHub', href: 'https://github.com/lovell/sharp' }
]
})
]
});

View File

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.32.3",
"astro": "^5.5.3"
"@astrojs/starlight": "^0.34.3",
"astro": "^5.7.13"
}
}