From d99b12bcbb11fbb6fd652f284af229f1af746b00 Mon Sep 17 00:00:00 2001 From: Noa Virellia Date: Tue, 9 Dec 2025 09:44:21 +0800 Subject: [PATCH] feat(astro-config): set social link to the source code of the docs - Pointed the social link to git.sne.moe:nixcn-web - Changed the social link icon to distinguish from GitHub Signed-off-by: Noa Virellia --- astro.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index a4fe788..a6a0290 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -27,9 +27,9 @@ export default defineConfig({ }, social: [ { - icon: 'github', - label: 'GitHub', - href: 'https://github.com/withastro/starlight', + icon: 'seti:git', + label: 'Source', + href: 'https://git.sne.moe/sugar/nixcn-web', }, ], sidebar: [],