More changesd

This commit is contained in:
Jose Selesan
2026-06-09 14:20:05 -03:00
parent 5a754059d8
commit 890975edf7

View File

@@ -22,6 +22,7 @@ posthog.init('{{ site.posthogKey }}', {
}) })
posthog.capture('$pageview'); posthog.capture('$pageview');
</script> </script>
{% endif %}
<!-- OpenReplay Tracking Code --> <!-- OpenReplay Tracking Code -->
<script> <script>
var initOpts = { var initOpts = {
@@ -48,7 +49,7 @@ posthog.capture('$pageview');
})("//static.openreplay.com/latest/openreplay.js",1,0,initOpts,startOpts); })("//static.openreplay.com/latest/openreplay.js",1,0,initOpts,startOpts);
</script> </script>
{% endif %}
</head> </head>
<body> <body>
<header class="sticky top-0 z-50 border-b border-line/70 bg-white/92 backdrop-blur"> <header class="sticky top-0 z-50 border-b border-line/70 bg-white/92 backdrop-blur">