diff --git a/.astro/types.d.ts b/.astro/types.d.ts index f964fe0cf..03d7cc43f 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1 +1,2 @@ /// +/// \ No newline at end of file diff --git a/src/components/Analytics/Bluconic.astro b/src/components/Analytics/Bluconic.astro new file mode 100644 index 000000000..97deb39b5 --- /dev/null +++ b/src/components/Analytics/Bluconic.astro @@ -0,0 +1 @@ + diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index e8936b7ae..2de9c486a 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -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 +