We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5517b commit ca99ac1Copy full SHA for ca99ac1
docs/public/index.html
@@ -25,7 +25,7 @@
25
const userLang = getCookie('userLang');
26
if (userLang) {
27
// Redirect based on saved language preference
28
- window.location.href = `/docs/${userLang}/guides/`;
+ window.location.href = `/${userLang}/guides/`;
29
return;
30
}
31
0 commit comments