Add pageview tracking to PostHog analytics integration

This commit is contained in:
Jose Selesan
2026-06-09 10:12:22 -03:00
parent d604a658f9
commit f3c2027e44

View File

@@ -20,6 +20,7 @@ posthog.init('{{ site.posthogKey }}', {
capture_performance: true,
disable_session_recording: false,
})
posthog.capture('$pageview');
</script>
{% endif %}
</head>