mirror of
https://github.com/chinchang/web-maker.git
synced 2025-04-19 18:21:52 +02:00
offscreen.js: fix url
This commit is contained in:
parent
3482fabefd
commit
589b66349e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user