Skip to content

Commit 787d2da

Browse files
committed
chore: change value in config
1 parent 4dc5b58 commit 787d2da

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
@@ -13,7 +13,7 @@ const config: Config = {
1313
projectName: "blacksky-algorithms.github.io",
1414
trailingSlash: false,
1515
deploymentBranch: "gh-pages",
16-
onBrokenLinks: "throw",
16+
onBrokenLinks: "log",
1717
onBrokenMarkdownLinks: "warn",
1818
// Even if you don't use internationalization, you can use this field to set
1919
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)