From 07719cd8ec6bc1900130cd0781db17c65dda25ba Mon Sep 17 00:00:00 2001 From: Ben Lopata <42045469+bLopata@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:52:15 -0600 Subject: [PATCH] Update providers.tsx --- www/app/providers.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/app/providers.tsx b/www/app/providers.tsx index 89840ca..49393cb 100644 --- a/www/app/providers.tsx +++ b/www/app/providers.tsx @@ -15,7 +15,7 @@ if ( ) { posthog.init(posthogKey, { api_host: posthogHost, - capture_pageview: false, + capture_pageview: false, // Disable automatic pageview capture, as we capture manually }); } @@ -52,4 +52,4 @@ export function SWRProvider({ children }: { children: React.ReactNode }) { {children} ); -} \ No newline at end of file +}