Skip to content

Commit

Permalink
Update providers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bLopata authored Dec 12, 2024
1 parent 5ae182c commit 07719cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
}

Expand Down Expand Up @@ -52,4 +52,4 @@ export function SWRProvider({ children }: { children: React.ReactNode }) {
{children}
</SWRConfig>
);
}
}

0 comments on commit 07719cd

Please sign in to comment.