Skip to content

Commit f0d7e38

Browse files
committed
DEBUGGING
1 parent ae20120 commit f0d7e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const config = {
6666
url: process.env?.URL || 'https://moodledev.io',
6767
baseUrl: getBaseUrl(),
6868
trailingSlash: false,
69-
onBrokenLinks: 'throw',
69+
onBrokenLinks: 'warn',
7070
onBrokenMarkdownLinks: 'warn',
7171
favicon: 'img/favicon.ico',
7272
organizationName: 'moodle', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)