mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:55:55 +00:00
chore(social link): add mastodon social link to to navigation bar & homepage as an addition mean to contact
This commit is contained in:
parent
925cd8f5d8
commit
0f0d6c1f00
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user