Skip to content

Commit f84b435

Browse files
committed
debug link-error
1 parent 70a300f commit f84b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/locale.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function loadLanguage(lang) {
99
if (lang === "en") {
1010
url = base_pathname
1111
} else {
12-
url = base_pathname + lang
12+
url = "/" + lang + base_pathname
1313
}
1414
window.location.assign(url);
1515
}

0 commit comments

Comments
 (0)