From 46bdfd5f8f52eda921219d025af1157efffab6e1 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 22 Mar 2024 04:52:45 +0530 Subject: [PATCH] fix files mode origin --- src/components/ContentWrapFiles.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContentWrapFiles.jsx b/src/components/ContentWrapFiles.jsx index 193e83d..aafbead 100644 --- a/src/components/ContentWrapFiles.jsx +++ b/src/components/ContentWrapFiles.jsx @@ -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 */