diff --git a/.ci/.autoRedirect b/.ci/.autoRedirect index e210fe69431f5f59a9d09b0a0bb012f1902e41e6..6ec8c5d86c2333997ac9e9866d7fdb4594c7387b 100644 --- a/.ci/.autoRedirect +++ b/.ci/.autoRedirect @@ -17,6 +17,8 @@ UrlExists('https://r3-core.pages.uni.lu/howto-cards-internal/index.html', function(status){ var s = window.location.pathname; var pathArray = s.split('/'); + console.log(s); + console.log(window.location.href); // cut the entire subdomain path if (pathArray[0].length > 0) {