Skip to content

Commit ca99ac1

Browse files
authored
Update index.html
1 parent 1e5517b commit ca99ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const userLang = getCookie('userLang');
2626
if (userLang) {
2727
// Redirect based on saved language preference
28-
window.location.href = `/docs/${userLang}/guides/`;
28+
window.location.href = `/${userLang}/guides/`;
2929
return;
3030
}
3131

0 commit comments

Comments
 (0)