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 6746682 commit 06eab84Copy full SHA for 06eab84
docusaurus.config.ts
@@ -26,7 +26,8 @@ const config: Config = {
26
organizationName: 'openviglet', // Usually your GitHub org/user name.
27
projectName: 'docs-react', // Usually your repo name.
28
29
- onBrokenLinks: 'throw',
+ onBrokenLinks: 'warn',
30
+ onBrokenMarkdownLinks: 'warn',
31
32
// Even if you don't use internationalization, you can use this field to set
33
// useful metadata like html lang. For example, if your site is Chinese, you
0 commit comments