Skip to content

Commit db1a0e6

Browse files
Update 404.html
1 parent cecd68f commit db1a0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_just/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
window.location.href = "/ru"
9191
} else if (window.location.pathname == "/Encoder/1") {
9292
window.location.href = "/Encoder/ru"
93-
} else if (window.location.pathname == "/Encoder/0") {
93+
} else if (window.location.pathname == "/Encoder/0" || window.location.pathname == "/Encoder/ru/0") {
9494
window.location.href = "/Encoder/"
9595
} else {
9696
window.location.href = "/"

0 commit comments

Comments
 (0)