mirror of
https://github.com/lovell/sharp.git
synced 2025-07-08 18:20:13 +02:00
Docs: upgrade to latest Astro Starlight
This commit is contained in:
parent
63b0a11b5b
commit
7f03502003
@ -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' }
|
||||
]
|
||||
})
|
||||
]
|
||||
});
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user