mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +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: 'Performance', slug: 'performance' },
|
||||||
{ label: 'Changelog', slug: 'changelog' }
|
{ label: 'Changelog', slug: 'changelog' }
|
||||||
],
|
],
|
||||||
social: {
|
social: [
|
||||||
openCollective: 'https://opencollective.com/libvips',
|
{ icon: 'openCollective', label: 'Open Collective', href: 'https://opencollective.com/libvips' },
|
||||||
github: 'https://github.com/lovell/sharp'
|
{ icon: 'github', label: 'GitHub', href: 'https://github.com/lovell/sharp' }
|
||||||
}
|
]
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/starlight": "^0.32.3",
|
"@astrojs/starlight": "^0.34.3",
|
||||||
"astro": "^5.5.3"
|
"astro": "^5.7.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user