Skip to content

Commit c7567f7

Browse files
committed
Add mastodon social link
1 parent fe0e2f1 commit c7567f7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/.vitepress/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ export default withMermaid(
122122
text: 'API'
123123
}
124124
],
125-
socialLinks: [{ icon: 'github', link: 'https://github.com/rollup/rollup' }]
125+
socialLinks: [
126+
{ icon: 'github', link: 'https://github.com/rollup/rollup' },
127+
{ icon: 'mastodon', link: 'https://m.webtoo.ls/@rollupjs' }
128+
]
126129
},
127130
title: 'Rollup',
128131
transformPageData,

0 commit comments

Comments
 (0)