From c0c8974e0522f01d9fe0b9e5a548d962d36dda46 Mon Sep 17 00:00:00 2001 From: Chethan-Fyle <93918979+Chethan-Fyle@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:55:47 +0530 Subject: [PATCH] fix: set mixpanel track_pageview config property to false (#74) --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index af93cc1..590b504 100644 --- a/src/index.html +++ b/src/index.html @@ -28,7 +28,7 @@ mixpanel.init(MIXPANEL_PROJECT_TOKEN, { debug: false, - track_pageview: true, + track_pageview: false, persistence: 'localStorage' }); } catch(e) {