Skip to content

Commit

Permalink
chore(): remove log rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoRoth authored Sep 27, 2024
1 parent 881e221 commit fd45e1c
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 fd45e1c

Please sign in to comment.