From acc3fec81f7a41fb5b5f610d6959f8cdfa2b116e Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Tue, 11 Jun 2024 18:56:26 -0500 Subject: [PATCH] Replace github with forgejo --- site/.vitepress/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 4d3e882e..de588457 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -46,10 +46,10 @@ module.exports = { { text: "Incremental Social", link: "https://incremental.social" } ], socialLinks: [ - { icon: "github", link: "https://github.com/thepaperpilot" }, - { icon: "linkedin", link: "https://www.linkedin.com/pub/anthony-lawn/a9/a98/2" }, + { icon: { svg: `Forgejo` }, link: "https://code.incremental.social/thepaperpilot" }, { icon: { svg: `Matrix` }, link: "https://matrix.to/#/@thepaperpilot:incremental.social" }, - { icon: { svg: `Fediverse` }, link: "https://incremental.social/u/thepaperpilot" } + { icon: { svg: `Fediverse` }, link: "https://incremental.social/u/thepaperpilot" }, + { icon: "linkedin", link: "https://www.linkedin.com/pub/anthony-lawn/a9/a98/2" } ], sidebar: [ {