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 <noa@requiem.garden>
This commit is contained in:
2025-12-09 09:44:21 +08:00
parent 464f416f91
commit d99b12bcbb

View File

@@ -27,9 +27,9 @@ export default defineConfig({
}, },
social: [ social: [
{ {
icon: 'github', icon: 'seti:git',
label: 'GitHub', label: 'Source',
href: 'https://github.com/withastro/starlight', href: 'https://git.sne.moe/sugar/nixcn-web',
}, },
], ],
sidebar: [], sidebar: [],