1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-20 10:39:45 +01:00

fix files mode origin

This commit is contained in:
Kushagra Gour 2024-03-22 04:52:45 +05:30
parent abab5a5735
commit 46bdfd5f8f

View File

@ -29,7 +29,7 @@ import { FileIcon } from './FileIcon';
const minCodeWrapSize = 33;
const PREVIEW_FRAME_HOST = window.DEBUG
? 'http://localhost:7888'
: `https://preview.${location.host}`;
: `https://wbmakr.com`;
/* global htmlCodeEl
*/