Skip to content

Commit 12cf96a

Browse files
fix: 移除不支持的 head 配置以修复 Docusaurus 3 构建
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8a7c538 commit 12cf96a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docusaurus.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ const config = {
1010
organizationName: 'quickmsg',
1111
projectName: 'fcp-doc',
1212
onBrokenLinks: 'throw',
13-
head: [
14-
{
15-
tagName: 'link',
16-
attributes: { rel: 'icon', type: 'image/x-icon', href: '/fcp-doc/favicon.ico' },
17-
},
18-
],
1913
onBrokenMarkdownLinks: 'warn',
2014
i18n: {
2115
defaultLocale: 'zh-Hans',

0 commit comments

Comments
 (0)