File tree Expand file tree Collapse file tree 3 files changed +109
-224
lines changed
Expand file tree Collapse file tree 3 files changed +109
-224
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments