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 5a51429 commit 99c7105Copy full SHA for 99c7105
app/(main)/layout.tsx
@@ -34,6 +34,7 @@ import { toPlainText } from "next-sanity";
34
import { VisualEditing } from "next-sanity/visual-editing";
35
import { DisableDraftMode } from "@/components/disable-draft-mode";
36
import { ModeToggle } from "@/components/mode-toggle";
37
+import { SiteAnalytics } from "@/components/analytics";
38
39
const nunito = Nunito({
40
subsets: ["latin"],
@@ -156,6 +157,7 @@ export default async function RootLayout({
156
157
</ThemeProvider>
158
</PlayerProvider>
159
</CookiesProviderClient>
160
+ <SiteAnalytics />
161
</body>
162
</html>
163
);
0 commit comments