diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 9f8bd12e164..0c44d267691 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -93,6 +93,13 @@ const config = defineConfig({ content: 'summary_large_image', }, ], + [ + 'link', + { + rel: 'me', + href: 'https://fosstodon.org/@faker_js', + }, + ], ], themeConfig: { @@ -104,8 +111,14 @@ const config = defineConfig({ }, socialLinks: [ - { icon: 'twitter', link: 'https://twitter.com/faker_js' }, { icon: 'discord', link: 'https://chat.fakerjs.dev' }, + { + icon: { + svg: '', + }, + link: 'https://fosstodon.org/@faker_js', + }, + { icon: 'twitter', link: 'https://twitter.com/faker_js' }, { icon: 'github', link: 'https://github.com/faker-js/faker' }, ],