Skip to content

Commit e69c388

Browse files
authored
Update docusaurus.config.js
Fixed seperation of url and baseUrl
1 parent e4ec138 commit e69c388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.exports = {
33
title: 'Lido Docs',
44
tagline: 'Documentation for the Lido staking protocol',
5-
url: 'https://github.com/lidofinance',
6-
baseUrl: '/',
5+
url: 'https://github.com',
6+
baseUrl: '/lidofinance',
77
onBrokenLinks: 'throw',
88
onBrokenMarkdownLinks: 'throw',
99
onBrokenAnchors: 'throw',

0 commit comments

Comments
 (0)