Skip to content

Commit 281cb84

Browse files
committed
website: re-generate commons
1 parent 498e610 commit 281cb84

File tree

3 files changed

+1037
-638
lines changed

3 files changed

+1037
-638
lines changed

website/docusaurus.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const config: Config = {
4747

4848
onBrokenAnchors: 'throw',
4949
onBrokenLinks: 'throw',
50-
onBrokenMarkdownLinks: 'throw',
5150

5251
onDuplicateRoutes: 'throw',
5352

@@ -64,7 +63,10 @@ const config: Config = {
6463
},
6564

6665
markdown: {
67-
format: 'detect'
66+
format: 'detect',
67+
hooks: {
68+
onBrokenMarkdownLinks: 'throw'
69+
}
6870
},
6971

7072
plugins: [

0 commit comments

Comments
 (0)