Skip to content

Commit 85ec554

Browse files
committed
fix: broken link error
1 parent 34a6d17 commit 85ec554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: Config = {
1616
url: 'https://docs.termix.site',
1717
baseUrl: '/',
1818

19-
onBrokenLinks: 'throw',
19+
onBrokenLinks: 'warn',
2020

2121
i18n: {
2222
defaultLocale: 'en',

0 commit comments

Comments
 (0)