diff --git a/offscreen.js b/offscreen.js index 4b27c25..a3f516f 100644 --- a/offscreen.js +++ b/offscreen.js @@ -1,5 +1,5 @@ // This URL must point to the public site -const _URL = 'http://localhost:1234'; +const _URL = 'https://webmaker.app/signup'; const iframe = document.createElement('iframe'); iframe.src = _URL; document.documentElement.appendChild(iframe);