forked from nixcn/nixcn-web
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:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user