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 cecd68f commit db1a0e6Copy full SHA for db1a0e6
_just/404.html
@@ -90,7 +90,7 @@
90
window.location.href = "/ru"
91
} else if (window.location.pathname == "/Encoder/1") {
92
window.location.href = "/Encoder/ru"
93
- } else if (window.location.pathname == "/Encoder/0") {
+ } else if (window.location.pathname == "/Encoder/0" || window.location.pathname == "/Encoder/ru/0") {
94
window.location.href = "/Encoder/"
95
} else {
96
window.location.href = "/"
0 commit comments