@@ -121,15 +121,43 @@ export default defineConfig({
121121 editLink : {
122122 baseUrl : 'https://github.com/Open-reSource/openresource.dev/edit/main/' ,
123123 } ,
124- social : {
125- github : 'https://github.com/Open-reSource/openresource.dev' ,
126- discord : 'https://discord.gg/fpUDwEMGwE' ,
127- 'x.com' : 'https://x.com/open_resource' ,
128- linkedin : 'https://linkedin.com/company/open-re-source/' ,
129- mastodon : 'https://fosstodon.org/@openresource' ,
130- blueSky : 'https://bsky.app/profile/openresource.dev' ,
131- threads : 'https://www.threads.net/@openresource' ,
132- } ,
124+ social : [
125+ {
126+ icon : 'github' ,
127+ label : 'GitHub' ,
128+ href : 'https://github.com/Open-reSource/openresource.dev' ,
129+ } ,
130+ {
131+ icon : 'discord' ,
132+ label : 'Discord' ,
133+ href : 'https://discord.gg/fpUDwEMGwE' ,
134+ } ,
135+ {
136+ icon : 'x.com' ,
137+ label : 'X' ,
138+ href : 'https://x.com/open_resource' ,
139+ } ,
140+ {
141+ icon : 'linkedin' ,
142+ label : 'LinkedIn' ,
143+ href : 'https://linkedin.com/company/open-re-source/' ,
144+ } ,
145+ {
146+ icon : 'mastodon' ,
147+ label : 'Mastodon' ,
148+ href : 'https://fosstodon.org/@openresource' ,
149+ } ,
150+ {
151+ icon : 'blueSky' ,
152+ label : 'Blue Sky' ,
153+ href : 'https://bsky.app/profile/openresource.dev' ,
154+ } ,
155+ {
156+ icon : 'threads' ,
157+ label : 'Threads' ,
158+ href : 'https://www.threads.net/@openresource' ,
159+ } ,
160+ ] ,
133161 customCss : [ './src/styles/custom.css' ] ,
134162 defaultLocale : 'root' ,
135163 locales : {
0 commit comments