1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 06:51:12 +02:00
This commit is contained in:
Kushagra Gour
2024-05-08 18:49:42 +05:30
parent 334ea944ef
commit 7d831795d2

View File

@@ -21,7 +21,7 @@ const minCodeWrapSize = 33;
/* global htmlCodeEl
*/
const PREVIEW_FRAME_HOST = !window.location.href.includes('localhost')
const PREVIEW_FRAME_HOST = window.location.href.includes('localhost')
? 'http://localhost:7888'
: `https://wbmakr.com`;