Skip to content

Commit

Permalink
Fix redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 27, 2024
1 parent 4b88b18 commit 7beb7df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,7 @@ const config = {
},
{
from: "/sdk-and-tools/erdjs/erdjs-cookbook",
to: "/sdk-and-tools/sdk-js/sdk-js-cookbook",
},
{
from: "/sdk-and-tools/erdjs/erdjs-cookbook",
to: "/sdk-and-tools/sdk-js/sdk-js-cookbook",
to: "/sdk-and-tools/sdk-js/sdk-js-cookbook-versions",
},
{
from: "/sdk-and-tools/sdk-js/sdk-js-cookbook",
Expand Down

0 comments on commit 7beb7df

Please sign in to comment.