Skip to content

Commit 1e5517b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
// Default to English if there's an error
5454
if(Intl.DateTimeFormat().resolvedOptions().timeZone === 'Asia/Tehran'){
5555
await setCookie('userLang', 'fa', 365); // Save for 1 year
56-
window.location.href = `/docs/fa/guides/`;
56+
window.location.href = `/fa/guides/`;
5757
}else{
5858
await setCookie('userLang', 'en', 365); // Save for 1 year
59-
window.location.href = `/docs/en/guides/`;
59+
window.location.href = `/en/guides/`;
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)