mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 17:20:13 +02:00
fix files mode origin
This commit is contained in:
@@ -29,7 +29,7 @@ import { FileIcon } from './FileIcon';
|
|||||||
const minCodeWrapSize = 33;
|
const minCodeWrapSize = 33;
|
||||||
const PREVIEW_FRAME_HOST = window.DEBUG
|
const PREVIEW_FRAME_HOST = window.DEBUG
|
||||||
? 'http://localhost:7888'
|
? 'http://localhost:7888'
|
||||||
: `https://preview.${location.host}`;
|
: `https://wbmakr.com`;
|
||||||
|
|
||||||
/* global htmlCodeEl
|
/* global htmlCodeEl
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user