We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71717ac commit 10de798Copy full SHA for 10de798
2 files changed
src/app/layout.tsx
@@ -9,10 +9,6 @@ import dynamic from "next/dynamic";
9
10
const inter = Inter({ subsets: ["latin"] });
11
12
-const PostHogPageView = dynamic(() => import('./posthogPageView'), {
13
- ssr: false,
14
- })
15
-
16
export const metadata: Metadata = {
17
title: "Sourcebot",
18
description: "Sourcebot",
@@ -31,7 +27,6 @@ export default function RootLayout({
31
27
>
32
28
<body className={inter.className}>
33
29
<PHProvider>
34
- <PostHogPageView />
35
30
<ThemeProvider
36
attribute="class"
37
defaultTheme="system"
src/app/posthogPageView.tsx
0 commit comments