Skip to content

Commit d46cff0

Browse files
fix(deps): update dependency @astrojs/starlight to ^0.34.2 (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LekoArts <lekoarts@gmail.com>
1 parent 80f97e1 commit d46cff0

File tree

3 files changed

+109
-224
lines changed

3 files changed

+109
-224
lines changed

docs/astro.config.mjs

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,23 @@ export default defineConfig({
1717
editLink: {
1818
baseUrl: 'https://github.com/LekoArts/secco/edit/main/docs/',
1919
},
20-
social: {
21-
github: 'https://github.com/LekoArts/secco',
22-
mastodon: 'https://mastodon.social/@lekoarts',
23-
blueSky: 'https://bsky.app/profile/lekoarts.de',
24-
},
20+
social: [
21+
{
22+
icon: 'github',
23+
label: 'GitHub',
24+
href: 'https://github.com/LekoArts/secco',
25+
},
26+
{
27+
icon: 'mastodon',
28+
label: 'Mastodon',
29+
href: 'https://mastodon.social/@lekoarts',
30+
},
31+
{
32+
icon: 'blueSky',
33+
label: 'Bluesky',
34+
href: 'https://bsky.app/profile/lekoarts.de',
35+
},
36+
],
2537
head: [
2638
{
2739
tag: 'meta',

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/starlight": "^0.32.5",
12+
"@astrojs/starlight": "^0.34.2",
1313
"astro": "^5.7.10",
1414
"sharp": "^0.34.1"
1515
}

0 commit comments

Comments
 (0)