Skip to content

Commit 093169a

Browse files
authored
Let broken links warn instead of throw error
1 parent ed41634 commit 093169a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
tagline: 'A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data',
1414
url: 'https://mapillary.github.io',
1515
baseUrl: '/',
16-
onBrokenLinks: 'throw',
16+
onBrokenLinks: 'warn',
1717
onBrokenMarkdownLinks: 'warn',
1818
favicon: 'img/favicon.ico',
1919
organizationName: 'mapillary', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)