Index page version 1 #1
@@ -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: '简体中文',
|
||||||
|
|||||||
Reference in New Issue
Block a user