Skip to content

Commit aab9bc8

Browse files
committed
Adding counterscale
1 parent e8e9f5a commit aab9bc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/docs/src/app/layout.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ export default function RootLayout({
4141
className={clsx('h-full antialiased', inter.variable, lexend.variable)}
4242
suppressHydrationWarning
4343
>
44+
<script
45+
id="counterscale-script"
46+
data-site-id="pdf"
47+
src="https://counterscale.cousins.ai/tracker.js"
48+
defer
49+
></script>
4450
<body className="flex min-h-full bg-white dark:bg-slate-900">
4551
<Providers>
4652
<Layout>{children}</Layout>

0 commit comments

Comments
 (0)