Skip to content

Commit

Permalink
Add redirect from previous page slug
Browse files Browse the repository at this point in the history
  • Loading branch information
derrekcoleman committed Dec 16, 2024
1 parent da195bb commit aa8f870
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ const config = {
from: "/docs/build/bob-sdk/sats-wagmi",
to: "/learn/builder-guides/sats-wagmi",
},
{
from: "/docs/build/how-to/metamask-snap",
to: "/learn/builder-guides/metamask-snap",
},

// Reference section
{
Expand Down

0 comments on commit aa8f870

Please sign in to comment.