Skip to content

Commit 98cc435

Browse files
committed
fix(docs): favicon display
1 parent ee90324 commit 98cc435

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { zh } from './zh'
66
export default defineConfig({
77
base: '/SpectrumLab/',
88

9+
head: [['link', { rel: 'icon', href: '/SpectrumLab/assets/logo.svg' }]],
10+
911
// 清理 URL 中的 .html 后缀
1012
cleanUrls: true,
1113

0 commit comments

Comments
 (0)