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:
1
.astro/types.d.ts
vendored
1
.astro/types.d.ts
vendored
@@ -1 +1,2 @@
|
||||
/// <reference types="astro/client" />
|
||||
/// <reference path="content.d.ts" />
|
1
src/components/Analytics/Bluconic.astro
Normal file
1
src/components/Analytics/Bluconic.astro
Normal file
@@ -0,0 +1 @@
|
||||
<script async defer src='https://b174.roadmap.sh/script.js'></script>
|
@@ -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) -->
|
||||
|
Reference in New Issue
Block a user