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 db2618d commit 0ed4636Copy full SHA for 0ed4636
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={`https://encoder.js.is-a.dev/${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