top of page

bottom of page
// Controleer de huidige domeinnaam var currentDomain = window.location.hostname.replace("www.", ""); // Redirect afhankelijk van het domein if (currentDomain === "laurensthijssen.com") { window.location.href = "https://kiqorgames.com/portfolio"; } else if (currentDomain === "kiqorgames.com") { window.location.href = "https://kiqorgames.com"; }