Update redirect.js
This commit is contained in:
@@ -3,8 +3,8 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
// İçeriği dil tercihine göre yönlendirme
|
||||
if (userLang.startsWith('tr')) {
|
||||
window.location.href = '/home_tr'; // Türkçe içerik
|
||||
window.location.href = 'https://furk4ngg.me'; // Türkçe içerik
|
||||
} else {
|
||||
window.location.href = '/home_en'; // İngilizce içerik
|
||||
window.location.href = 'https://furk4ngg.me'; // İngilizce içerik
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user