Skip to content

Commit e69eb71

Browse files
[dev] enable link warnings
1 parent 4a8f165 commit e69eb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const config = {
186186
onBrokenMarkdownLinks: 'throw',
187187
}
188188
},
189-
onBrokenLinks: 'throw',
189+
onBrokenLinks: 'warn',
190190
onBrokenAnchors: 'warn',
191191
favicon: 'img/favicon.ico',
192192
organizationName: 'DHTMLX', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)