Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranceschi-ledger committed Feb 25, 2025
1 parent 9e7fd03 commit 6661ac7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export default withNextra({
redirects: () => [
{
source: "/docs/erc7730",
destination: "/docs/erc7730/process",
destination: "/docs/clear-signing/erc7730/process",
permanent: true,
}, {
source: "/docs/clear-signing/erc7730",
destination: "/docs/clear-signing/erc7730/process",
permanent: true,
},
{
Expand Down

0 comments on commit 6661ac7

Please sign in to comment.