mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-20 05:21:12 +02:00
offscreen.js: fix url
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user