Skip to content

Commit 128e07e

Browse files
committed
warn on invalid links
1 parent a8f934b commit 128e07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config: Config = {
88
favicon: 'img/favicon.ico',
99
url: 'https://commandkit.dev',
1010
baseUrl: '/',
11-
onBrokenLinks: 'throw',
11+
onBrokenLinks: 'warn',
1212
onBrokenMarkdownLinks: 'warn',
1313
i18n: {
1414
defaultLocale: 'en',

0 commit comments

Comments
 (0)