Update social links

This commit is contained in:
Soitora 2023-07-20 16:06:24 +02:00
parent 0db0885eb3
commit e555ccf27a
No known key found for this signature in database
GPG Key ID: 621BB8179664494A

View File

@ -47,7 +47,12 @@ export default ({ mode }) => {
provider: "local",
},
socialLinks: [{ icon: "github", link: "https://github.com/vuejs/vitepress" }],
socialLinks: [
{ icon: "github", link: "https://github.com/tachiyomiorg/tachiyomi" },
{ icon: "twitter", link: "https://twitter.com/tachiyomiorg" },
{ icon: "facebook", link: "https://facebook.com/tachiyomiorg" },
{ icon: "discord", link: "https://discord.gg/tachiyomi" },
],
},
});
};