1
0
forked from nixcn/nixcn-web

feat(astro-config): set site-wide logo

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2025-12-09 09:39:17 +08:00
parent 685b1b944d
commit 2a817bcac5

View File

@@ -11,6 +11,11 @@ export default defineConfig({
starlight({ starlight({
title: 'NixCN', title: 'NixCN',
defaultLocale: 'root', defaultLocale: 'root',
logo: {
light: './src/assets/nix-cn.svg',
dark: './src/assets/nix-cn-dark.svg',
replacesTitle: true,
},
locales: { locales: {
root: { root: {
label: '简体中文', label: '简体中文',