mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 23:11:12 +02:00
typo
This commit is contained in:
@@ -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`;
|
||||
|
||||
|
Reference in New Issue
Block a user