Skip to content

Commit fa6ccc2

Browse files
committed
PR feedback: stricter validation of api.rushstack.io to be consistent with other sites
1 parent 0441cd7 commit fa6ccc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

websites/api.rushstack.io/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121

2222
markdown: {
2323
hooks: {
24-
onBrokenMarkdownLinks: 'warn'
24+
onBrokenMarkdownLinks: 'throw'
2525
}
2626
},
2727

0 commit comments

Comments
 (0)