Skip to content

Commit

Permalink
docs: add social links
Browse files Browse the repository at this point in the history
  • Loading branch information
francescovallone committed Dec 28, 2024
1 parent 1aec046 commit ca4a0ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .website/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,16 @@ export default defineConfig({
]
}
],
footer: {
copyright: 'Copyright © 2024 Avesbox',
message: 'Built with 💙 by <a href="https://github.com/avesbox">Avesbox</a>'
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/francescovallone/acanthis' }
{ icon: 'github', link: 'https://github.com/francescovallone/acanthis' },
{ icon: 'x', link: 'https://x.com/avesboxx' },
{ icon: 'discord', link: 'https://discord.gg/zydgnJ3ksJ' },
{ icon: 'youtube', link: 'https://www.youtube.com/@avesbox' }
]
}
})

0 comments on commit ca4a0ca

Please sign in to comment.