Skip to content

Commit 2e6c9c2

Browse files
authored
fix: update astro and starlight (#7381)
* fix: update astro and starlight * fix: remove carot --------- Co-authored-by: Karin <=>
1 parent c25039c commit 2e6c9c2

File tree

3 files changed

+332
-507
lines changed

3 files changed

+332
-507
lines changed

site/astro.config.js

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ export default defineConfig({
1717
credits: true,
1818
title: 'Netlify CLI command reference',
1919
description: 'Full command reference for the Netlify CLI',
20-
social: {
21-
blueSky: 'https://bsky.app/profile/netlify.com',
22-
github: 'https://github.com/netlify/cli',
23-
twitter: 'https://x.com/Netlify',
24-
youtube: 'https://www.youtube.com/@NetlifyApp',
25-
},
20+
social: [
21+
{
22+
icon: 'blueSky',
23+
label: 'Bluesky',
24+
href: 'https://bsky.app/profile/netlify.com',
25+
},
26+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/netlify/cli' },
27+
{ icon: 'twitter', label: 'Twitter', href: 'https://x.com/Netlify' },
28+
{ icon: 'youtube', label: 'YouTube', href: 'https://www.youtube.com/@NetlifyApp' },
29+
],
2630
favicon: 'favicon.svg',
2731
logo: {
2832
light: './src/assets/logo-light.svg',

0 commit comments

Comments
 (0)