Fixed OpenRelay script

This commit is contained in:
Jose Selesan
2026-06-09 14:18:34 -03:00
parent 226ac46c2b
commit 5a754059d8

View File

@@ -22,8 +22,7 @@ posthog.init('{{ site.posthogKey }}', {
})
posthog.capture('$pageview');
</script>
<script>
<!-- OpenReplay Tracking Code for my first project -->
<!-- OpenReplay Tracking Code -->
<script>
var initOpts = {
projectKey: "5o5HLGZhn4TlGBbOFkVu",
@@ -48,7 +47,7 @@ posthog.capture('$pageview');
r.getSessionToken=function(){};
})("//static.openreplay.com/latest/openreplay.js",1,0,initOpts,startOpts);
</script>
</script>
{% endif %}
</head>
<body>