Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: redirects for withdrawal (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbionaHoti authored Jan 16, 2024
1 parent ed4abd6 commit 7505869
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const enSidebar = sidebar({
link: "/build/tutorials/tooling-guides/wallet-connect.md"
},
{
text: "wagmi",
text: "Wagmi",
link: "/build/tutorials/tooling-guides/wagmi.md",
},
{
Expand Down
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@
"destination": "/build/support/withdrawal-delay.html",
"type": "302"
},
{
"source": "/docs/reference/troubleshooting/withdrawal-delay.html#withdrawal-delay",
"destination": "/build/support/withdrawal-delay.html#withdrawal-delay",
"type": "302"
},
{
"source": "/docs/dev/troubleshooting/audit-bug-bounty.html",
"destination": "/build/support/audit-bug-bounty.html",
Expand Down Expand Up @@ -1543,6 +1548,11 @@
"destination": "/build/support/withdrawal-delay.html",
"type": "302"
},
{
"source": "/docs/reference/troubleshooting/withdrawal-delay.html#withdrawal-delay",
"destination": "/build/support/withdrawal-delay.html#withdrawal-delay",
"type": "302"
},
{
"source": "/docs/dev/troubleshooting/withdrawal-delay.html#withdrawal-delay",
"destination": "/build/support/withdrawal-delay.html",
Expand Down

0 comments on commit 7505869

Please sign in to comment.