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 b4eb8d5 commit f0e4f45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config = {
path: "v0.50",
label: "v0.50",
},
0.47: {
"0.47": {
path: "v0.47",
label: "v0.47",
},
Expand Down Expand Up @@ -451,7 +451,7 @@ function generateRedirects(version) {
},
{
from: `/${version}/modules`,
to: `/${version}/moddules/auth`,
to: `/${version}/moddules`,
},
{
from: `/${version}/packages`,
Expand Down Expand Up @@ -482,5 +482,4 @@ function generateRedirects(version) {
return redirects;
}


module.exports = config;

0 comments on commit f0e4f45

Please sign in to comment.