From 6edd504517aaf4c7c270e4a012f44c09a6e2eaa9 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 22 Mar 2024 04:41:07 +0530 Subject: [PATCH] typo --- src/components/ContentWrap.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContentWrap.jsx b/src/components/ContentWrap.jsx index 5543e74..9cf01b0 100644 --- a/src/components/ContentWrap.jsx +++ b/src/components/ContentWrap.jsx @@ -21,7 +21,7 @@ const minCodeWrapSize = 33; /* global htmlCodeEl */ -const PREVIEW_FRAME_HOST = !window.DEBUG +const PREVIEW_FRAME_HOST = window.DEBUG ? 'http://localhost:7888' : `https://wbmakr.com`;