We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2652de commit ad197e5Copy full SHA for ad197e5
index.njk
@@ -18,8 +18,8 @@ eleventyNavigation:
18
<script>
19
setTimeout(function(){
20
if (window.navigator.language.startsWith('ar')){
21
-window.location.href = `${window.location.href}ar/`
+window.location.href = `/ar/`
22
}else{
23
-window.location.href = `${window.location.href}en/`
24
-}},3000);
+window.location.href = `/en/`
+}},1000);
25
</script>
0 commit comments