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: [
|
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: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user