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 a8f934b commit 128e07eCopy full SHA for 128e07e
apps/website/docusaurus.config.ts
@@ -8,7 +8,7 @@ const config: Config = {
8
favicon: 'img/favicon.ico',
9
url: 'https://commandkit.dev',
10
baseUrl: '/',
11
- onBrokenLinks: 'throw',
+ onBrokenLinks: 'warn',
12
onBrokenMarkdownLinks: 'warn',
13
i18n: {
14
defaultLocale: 'en',
0 commit comments