Skip to content

Commit

Permalink
Add mastodon social link
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 6, 2023
1 parent fe0e2f1 commit c7567f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ export default withMermaid(
text: 'API'
}
],
socialLinks: [{ icon: 'github', link: 'https://github.com/rollup/rollup' }]
socialLinks: [
{ icon: 'github', link: 'https://github.com/rollup/rollup' },
{ icon: 'mastodon', link: 'https://m.webtoo.ls/@rollupjs' }
]
},
title: 'Rollup',
transformPageData,
Expand Down

0 comments on commit c7567f7

Please sign in to comment.