We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0e2f1 commit c7567f7Copy full SHA for c7567f7
1 file changed
docs/.vitepress/config.ts
@@ -122,7 +122,10 @@ export default withMermaid(
122
text: 'API'
123
}
124
],
125
- socialLinks: [{ icon: 'github', link: 'https://github.com/rollup/rollup' }]
+ socialLinks: [
126
+ { icon: 'github', link: 'https://github.com/rollup/rollup' },
127
+ { icon: 'mastodon', link: 'https://m.webtoo.ls/@rollupjs' }
128
+ ]
129
},
130
title: 'Rollup',
131
transformPageData,
0 commit comments