Skip to content

Commit e0dcb85

Browse files
set same version in docsaurus
1 parent b352b5a commit e0dcb85

File tree

3 files changed

+11465
-2105
lines changed

3 files changed

+11465
-2105
lines changed

docusaurus.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@ const config = {
3737
[
3838
"@docusaurus/plugin-client-redirects",
3939
{
40-
fromExtensions: ["html", "htm"], // /myPage.html -> /myPage
41-
toExtensions: [], // No specific file extensions
4240
redirects: [
43-
// Redirect from old Lido page to the overview page
4441
{
45-
to: "/docs/user/staking/ethereum/lsd-pools/lido/overview",
4642
from: "/docs/user/staking/ethereum/lsd-pools/lido/",
43+
to: "/docs/user/staking/ethereum/lsd-pools/lido/overview",
4744
},
4845
],
49-
createRedirects(existingPath) {
50-
return undefined; // No additional redirects created
51-
},
5246
},
5347
],
5448
],

0 commit comments

Comments
 (0)