mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-26 18:44:57 +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 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 { Toaster } from '../components/Toast';
|
||||||
import { siteConfig } from '../lib/config';
|
import { siteConfig } from '../lib/config';
|
||||||
import type { ResourceType } from '../lib/resource-progress';
|
import type { ResourceType } from '../lib/resource-progress';
|
||||||
|
import Bluconic from '../components/Analytics/Bluconic.astro';
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
@@ -187,6 +188,7 @@ const gaPageIdentifier = Astro.url.pathname
|
|||||||
<RedditPixel />
|
<RedditPixel />
|
||||||
<GoogleAd />
|
<GoogleAd />
|
||||||
<Hubspot />
|
<Hubspot />
|
||||||
|
<Bluconic />
|
||||||
</head>
|
</head>
|
||||||
<body class='flex min-h-screen flex-col'>
|
<body class='flex min-h-screen flex-col'>
|
||||||
<!-- Google Tag Manager (noscript) -->
|
<!-- Google Tag Manager (noscript) -->
|
||||||
|
Reference in New Issue
Block a user