Skip to content

Commit

Permalink
feat: update social links
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Dec 3, 2024
1 parent 0dd7b6d commit 4778633
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ export default defineConfig({
],

socialLinks: [
{ icon: "github", link: "https://github.com/vuejs/vitepress" },
{ icon: "github", link: "https://github.com/adamant-im/adamant-im" },
{ icon: "x", link: "https://x.com/adamant_im" },
{
icon: "slack",
link: "https://join.slack.com/t/adamant-im/shared_invite/zt-3n32uqh3-TmTM4qPAKcp3PzrPMtKETQ",
},
],
},
});

0 comments on commit 4778633

Please sign in to comment.