Skip to content

Commit 6cd90d8

Browse files
lido rediurect
1 parent 8e6c890 commit 6cd90d8

File tree

3 files changed

+4401
-1328
lines changed

3 files changed

+4401
-1328
lines changed

docusaurus.config.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,20 @@ const config = {
3232
locales: ["en"],
3333
},
3434

35-
plugins: [require.resolve("@easyops-cn/docusaurus-search-local")],
35+
plugins: [
36+
require.resolve("@easyops-cn/docusaurus-search-local"),
37+
[
38+
"@docusaurus/plugin-client-redirects",
39+
{
40+
redirects: [
41+
{
42+
from: "/docs/user/staking/ethereum/lsd-pools/lido/",
43+
to: "/docs/user/staking/ethereum/lsd-pools/lido/overview",
44+
},
45+
],
46+
},
47+
],
48+
],
3649

3750
presets: [
3851
[

0 commit comments

Comments
 (0)