We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf889b commit b220dc9Copy full SHA for b220dc9
1 file changed
cnwebsite/docusaurus.config.ts
@@ -53,8 +53,8 @@ const config: Config = {
53
],
54
favicon: cdnUrl + 'img/favicon.ico',
55
titleDelimiter: '·',
56
- onBrokenLinks: 'log',
57
- onBrokenAnchors: 'log',
+ onBrokenLinks: 'ignore',
+ onBrokenAnchors: 'ignore',
58
presets: [
59
[
60
'@docusaurus/preset-classic',
0 commit comments