mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-20 13:31:12 +02:00
offscreen.js: fix url
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// This URL must point to the public site
|
// This URL must point to the public site
|
||||||
const _URL = 'http://localhost:1234';
|
const _URL = 'https://webmaker.app/signup';
|
||||||
const iframe = document.createElement('iframe');
|
const iframe = document.createElement('iframe');
|
||||||
iframe.src = _URL;
|
iframe.src = _URL;
|
||||||
document.documentElement.appendChild(iframe);
|
document.documentElement.appendChild(iframe);
|
||||||
|
Reference in New Issue
Block a user