Skip to content

Commit

Permalink
Add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyknox committed Sep 14, 2024
1 parent da83401 commit 39a73e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ const config = {
from: "/eigenda/integrations-guides/dispersal/clients/golang-client",
to: "/integrations-guides/dispersal/clients/golang-client",
},
{
from: "/rollup-guides/integrations-overview",
to: "/integrations-guides/rollup-guides",
}
],
createRedirects(existingPath) {
return undefined; // Return a falsy value: no redirect created
Expand Down

0 comments on commit 39a73e9

Please sign in to comment.