Skip to content

Commit

Permalink
Fix bug for English language redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
justindeguzman committed May 21, 2024
1 parent 7161c66 commit 03f01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ const config = {
items: [
{
label: 'English',
to: '/en',
to: '/',
},
{
label: 'Russian',
Expand Down

0 comments on commit 03f01dc

Please sign in to comment.