1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-25 18:20:46 +02:00

Add bluconic script

This commit is contained in:
Kamran Ahmed
2025-05-26 13:17:01 +01:00
parent 8e97088f21
commit 3429c17074
3 changed files with 4 additions and 0 deletions

1
.astro/types.d.ts vendored
View File

@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />

View File

@@ -0,0 +1 @@
<script async defer src='https://b174.roadmap.sh/script.js'></script>

View File

@@ -19,6 +19,7 @@ import { CourseAnnouncement } from '../components/SQLCourse/CourseAnnouncement';
import { Toaster } from '../components/Toast';
import { siteConfig } from '../lib/config';
import type { ResourceType } from '../lib/resource-progress';
import Bluconic from '../components/Analytics/Bluconic.astro';
export interface Props {
title: string;
@@ -187,6 +188,7 @@ const gaPageIdentifier = Astro.url.pathname
<RedditPixel />
<GoogleAd />
<Hubspot />
<Bluconic />
</head>
<body class='flex min-h-screen flex-col'>
<!-- Google Tag Manager (noscript) -->