Skip to content

Commit

Permalink
Merge pull request #49 from herodevs/eduardoRoth-patch-1
Browse files Browse the repository at this point in the history
chore(): remove log rocket
  • Loading branch information
eduardoRoth authored Sep 27, 2024
2 parents 881e221 + fd45e1c commit 3b0f9db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 3b0f9db

Please sign in to comment.