We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae20120 commit f0d7e38Copy full SHA for f0d7e38
docusaurus.config.js
@@ -66,7 +66,7 @@ const config = {
66
url: process.env?.URL || 'https://moodledev.io',
67
baseUrl: getBaseUrl(),
68
trailingSlash: false,
69
- onBrokenLinks: 'throw',
+ onBrokenLinks: 'warn',
70
onBrokenMarkdownLinks: 'warn',
71
favicon: 'img/favicon.ico',
72
organizationName: 'moodle', // Usually your GitHub org/user name.
0 commit comments