Skip to content

Commit b220dc9

Browse files
committed
fix build
1 parent 5bf889b commit b220dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cnwebsite/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const config: Config = {
5353
],
5454
favicon: cdnUrl + 'img/favicon.ico',
5555
titleDelimiter: '·',
56-
onBrokenLinks: 'log',
57-
onBrokenAnchors: 'log',
56+
onBrokenLinks: 'ignore',
57+
onBrokenAnchors: 'ignore',
5858
presets: [
5959
[
6060
'@docusaurus/preset-classic',

0 commit comments

Comments
 (0)