From 0f0d6c1f00d0501292be6177c8544271a554e552 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sun, 15 Sep 2024 09:04:55 -0700 Subject: [PATCH] chore(social link): add mastodon social link to to navigation bar & homepage as an addition mean to contact --- docs/.vitepress/config/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config/theme.ts b/docs/.vitepress/config/theme.ts index 446ff635..38f3e0e2 100644 --- a/docs/.vitepress/config/theme.ts +++ b/docs/.vitepress/config/theme.ts @@ -32,6 +32,7 @@ export const themeConfig: DefaultTheme.Config = { socialLinks: [ { icon: 'github', link: 'https://github.com/andatoshiki' }, { icon: 'twitter', link: 'https://twitter.com/andatoshiki' }, + { icon: 'mastodon', link: 'https://mastodon.social/@andatoshiki' }, ], // custom vue components // @ts-ignore