Skip to content

Commit 65fae4d

Browse files
authored
Update onBrokenLinks setting in docusaurus.config.js
Changed onBrokenLinks behavior from 'log' to 'throw'. Signed-off-by: Milana Cap <milanazzap@gmail.com>
1 parent cdb2497 commit 65fae4d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/docusaurus.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,12 @@ const config = {
2525
// For GitHub pages deployment, it is often '/<projectName>/'
2626
baseUrl: '/',
2727

28-
// Trying to get build instead of src
29-
// url: 'https://fairpm.github.io/',
30-
// baseUrl: '/docs/',
31-
3228
// GitHub pages deployment config.
3329
organizationName: 'fairpm',
3430
projectName: 'docs',
3531
deploymentBranch: 'gh-pages',
3632

37-
onBrokenLinks: 'log',
38-
33+
onBrokenLinks: 'throw',
3934

4035
// Even if you don't use internationalization, you can use this field to set
4136
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)