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: [],