We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87485cd commit d09b4c5Copy full SHA for d09b4c5
apps/docs/src/app/layout.tsx
@@ -41,12 +41,14 @@ export default function RootLayout({
41
className={clsx('h-full antialiased', inter.variable, lexend.variable)}
42
suppressHydrationWarning
43
>
44
- <script
45
- id="counterscale-script"
46
- data-site-id="pdf"
47
- src="https://counterscale.cousins.ai/tracker.js"
48
- defer
49
- ></script>
+ <head>
+ <script
+ id="counterscale-script"
+ data-site-id="pdf"
+ src="https://counterscale.cousins.ai/tracker.js"
+ defer
50
+ ></script>
51
+ </head>
52
<body className="flex min-h-full bg-white dark:bg-slate-900">
53
<Providers>
54
<Layout>{children}</Layout>
0 commit comments