diff --git a/docusaurus.config.js b/docusaurus.config.js index cf80237e0..9d17f459d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: 'Nethermind Documentation', tagline: 'Welcome to Nethermind: Your High-Performance Gateway to the Ethereum Network', - url: 'https://nethermindeth.github.io/', + url: 'https://nethermindeth.github.io/docs', baseUrl: '/docs', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',