Skip to content

Commit 394b963

Browse files
committed
onBrokenLinks config change to warn
1 parent 96d1fa1 commit 394b963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
tagline: 'Ready to use react native architecture based on Separation of Concerns.',
1313
url: 'https://thecodingmachine.github.io',
1414
baseUrl: '/react-native-boilerplate/',
15-
onBrokenLinks: 'throw',
15+
onBrokenLinks: 'warn',
1616
favicon: 'img/favicon.png',
1717
organizationName: 'thecodingmachine',
1818
projectName: 'react-native-boilerplate',

0 commit comments

Comments
 (0)