diff --git a/hooks/usePostHog.tsx b/hooks/usePostHog.tsx index 3493668..7bf383a 100644 --- a/hooks/usePostHog.tsx +++ b/hooks/usePostHog.tsx @@ -17,7 +17,7 @@ export const usePostHog = () => { useEffect(() => { const handleRouteChange = () => { posthog?.capture('$pageview'); - console.log('captured!'); + console.log('capt'); }; router.events.on('routeChangeComplete', handleRouteChange);