Skip to content

Commit b9222fa

Browse files
refactor: 参考 fluxmq-doc 配置 favicon 与 logo
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 12cf96a commit b9222fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ const config = {
4141
srcDark: 'logo.svg',
4242
width: 36,
4343
height: 36,
44-
alt: 'FCP',
4544
},
4645
title: 'FCP',
4746
items: [],
4847
},
49-
favicon: 'favicon.ico',
5048
footer: {
5149
style: 'dark',
5250
copyright: `Copyright © 2021-${new Date().getFullYear()} 非迅科技 版权所有`,
@@ -56,6 +54,7 @@ const config = {
5654
darkTheme: prismThemes.dracula,
5755
},
5856
}),
57+
favicon: 'favicon.ico',
5958
};
6059

6160
export default config;

0 commit comments

Comments
 (0)