Skip to content

Commit d09b4c5

Browse files
committed
Fixing console error
1 parent 87485cd commit d09b4c5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

apps/docs/src/app/layout.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ 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>
44+
<head>
45+
<script
46+
id="counterscale-script"
47+
data-site-id="pdf"
48+
src="https://counterscale.cousins.ai/tracker.js"
49+
defer
50+
></script>
51+
</head>
5052
<body className="flex min-h-full bg-white dark:bg-slate-900">
5153
<Providers>
5254
<Layout>{children}</Layout>

0 commit comments

Comments
 (0)