From fd45e1c019175580286e4cf51a7e1591c3ec35d4 Mon Sep 17 00:00:00 2001 From: Eduardo Roth Date: Fri, 27 Sep 2024 12:02:08 -0600 Subject: [PATCH] chore(): remove log rocket --- scripts/global.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/global.js b/scripts/global.js index 9968b25..0271a65 100644 --- a/scripts/global.js +++ b/scripts/global.js @@ -11,8 +11,9 @@ IS_PROD: window.location.href.toLowerCase().indexOf('www.herodevs.com') > -1, }; + //LIB_SCRIPTS: ['log-rocket.js', 'hubspot.js'], const HD_CONF = { - LIB_SCRIPTS: ['log-rocket.js', 'hubspot.js'], + LIB_SCRIPTS: ['hubspot.js'], SCRIPT: { ENV: window.HD.IS_PROD ? 'main' : 'staging', PATH: `https://raw.githubusercontent.com/herodevs/webflow/${window.HD.IS_PROD ? 'main' : 'staging'}/scripts`,