Skip to content

Commit 9c2abd1

Browse files
committed
add broken anchors settings
1 parent d43c4ba commit 9c2abd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const config: Config = {
99
baseUrl: '/',
1010
onBrokenLinks: 'throw',
1111
onBrokenMarkdownLinks: 'throw',
12+
onBrokenAnchors: 'throw',
1213
favicon: 'logos/favicon.png',
1314
i18n: {
1415
defaultLocale: 'en',

0 commit comments

Comments
 (0)