Skip to content

Commit

Permalink
ignore broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 committed Mar 20, 2024
1 parent b60e4fb commit 8d2eda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const projectSlug = 'traderX'
const copyrightOwner = 'UBS'

module.exports = {
onBrokenLinks: 'ignore',
title: `${projectName}`,
tagline: `${projectName}`,
url: 'https://finos.org',
Expand Down Expand Up @@ -106,8 +107,7 @@ module.exports = {
path: '../docs',
editUrl:
'https://github.com/finos/traderX/edit/main/website/',
sidebarPath: require.resolve('./sidebars.js'),
onBrokenLinks: 'ignore'
sidebarPath: require.resolve('./sidebars.js')
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 8d2eda6

Please sign in to comment.