chore(social link): add mastodon social link to to navigation bar & homepage as an addition mean to contact
Some checks are pending
Generate Algolia serach indicies in JSON & push to Algolia / algolia (push) Waiting to run
Build and Deploy Vitepress Doc Pages to GitHub Pages / build-and-deploy (push) Waiting to run

This commit is contained in:
Anda Toshiki 2024-09-15 09:04:55 -07:00
parent 925cd8f5d8
commit 0f0d6c1f00
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D

View File

@ -32,6 +32,7 @@ export const themeConfig: DefaultTheme.Config = {
socialLinks: [ socialLinks: [
{ icon: 'github', link: 'https://github.com/andatoshiki' }, { icon: 'github', link: 'https://github.com/andatoshiki' },
{ icon: 'twitter', link: 'https://twitter.com/andatoshiki' }, { icon: 'twitter', link: 'https://twitter.com/andatoshiki' },
{ icon: 'mastodon', link: 'https://mastodon.social/@andatoshiki' },
], ],
// custom vue components // custom vue components
// @ts-ignore // @ts-ignore