diff --git a/website/dist/index.html b/website/dist/index.html index 8fd7939e..90526159 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -63,7 +63,8 @@ window.open(playUrl, '_blank'); } function startConsole() { - let playUrl = window.location.protocol + "//admin."+window.location.host; + //let playUrl = window.location.protocol + "//admin."+window.location.host; + let playUrl = 'https://admin.workadventu.re'; window.open(playUrl, '_blank'); } function shareFB() {