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 8084277 commit cecd68fCopy full SHA for cecd68f
_just/404.html
@@ -90,6 +90,8 @@
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") {
94
+ window.location.href = "/Encoder/"
95
} else {
96
window.location.href = "/"
97
}
0 commit comments