From 7f03502003033760106200ef1a28c7f9f2a31806 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 20 May 2025 12:57:28 +0100 Subject: [PATCH] Docs: upgrade to latest Astro Starlight --- docs/astro.config.mjs | 8 ++++---- docs/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 5c720935..87ffdab2 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -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' } + ] }) ] }); diff --git a/docs/package.json b/docs/package.json index 36bfd5b4..cfb0f652 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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" } }