Skip to content

Commit

Permalink
Add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyknox committed Sep 13, 2024
1 parent da83401 commit 9187055
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.configureOnOpen": false
}
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 9187055

Please sign in to comment.