Skip to content

Commit

Permalink
fix prettier?
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
  • Loading branch information
Alexandra Tran committed Jun 22, 2023
1 parent 8955925 commit f6198bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const config = {
},
//the last stable release in the versioned_docs/version-stable
// using 'stable' as path
// prettier-ignore
"stable": {
label: "stable",
path: "stable",
Expand Down Expand Up @@ -288,7 +289,7 @@ const config = {
existingPath.replace("/development", "/en/development"),
existingPath.replace("/development", "/en/latest"),
existingPath.replace("/development", "/latest"),
]
];
}
return undefined; // Return a falsy value: no redirect created
},
Expand Down

0 comments on commit f6198bf

Please sign in to comment.