Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-N authored Jul 8, 2024
1 parent 4b86bff commit c570f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import mixpanel from 'mixpanel-browser';

// Near entry of your product, init Mixpanel
mixpanel.init('4dc7b611a3b9f809a398afa860da3f50', {debug: true, track_pageview: true, persistence: 'localStorage'});
//mixpanel.init('4dc7b611a3b9f809a398afa860da3f50', {debug: true, track_pageview: true, persistence: 'localStorage'});
mixpanel.init('4dc7b611a3b9f809a398afa860da3f50', {track_pageview: "https://sujay-n.github.io/"});
mixpanel.track_pageview();

Expand Down

0 comments on commit c570f94

Please sign in to comment.