We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31ea42 commit e78559aCopy full SHA for e78559a
pages/docs/index.js
@@ -101,9 +101,9 @@ const Home = (props) => {
101
>
102
<div>
103
{locales.map((all_languages, index) => (
104
- <Link href={debug(`/${langcode(index)}/docs`)}>
+ <Link href={`${debug(`/${langcode(index)}`)}/docs`}>
105
<Fragment key={index}>
106
107
<div className="home-language-switcher-item">
108
<span className="home-language-link">
109
{all_languages?.name}
0 commit comments