Skip to content

Commit

Permalink
[config] add /docs at the end of url for docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Aug 11, 2023
1 parent f28fd4f commit 46a8c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 46a8c8f

Please sign in to comment.