Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Sep 15, 2023
1 parent d68cb76 commit ef31813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,11 +455,11 @@ function generateRedirects(version) {
},
{
from: `/${version}/modules`,
to: `/${version}/moddules`,
to: `/${version}/modules`,
},
{
from: `/${version}/packages`,
to: `/${version}/packages/collections`,
to: `/${version}/packages/01-depinject`,
},
{
from: `/${version}/tooling`,
Expand Down

0 comments on commit ef31813

Please sign in to comment.