1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-09 07:02:29 +08:00

doc: update doc site

This commit is contained in:
dudaodong
2023-09-11 11:33:39 +08:00
parent f198711d1c
commit d84f9777ea
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export const slugify = (str: string): string =>
export const commonConfig = defineConfig({
title: 'Lancet',
appearance: 'dark',
appearance: true,
markdown: {
theme: {
@@ -83,7 +83,7 @@ export const commonConfig = defineConfig({
footer: {
copyright: 'Copyright © 2023-present Duke Du',
message: 'Released under the MIT License.',
message: '备案号: 京ICP备2023022770号',
},
},
})