diff options
Diffstat (limited to 'apps/web/app/layout.tsx')
| -rw-r--r-- | apps/web/app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 28495d64..49805c16 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -86,7 +86,7 @@ export default function RootLayout({ > {children} <Toaster /> - <PostHogPageView /> + {/* <PostHogPageView /> */} </body> </PHProvider> </html> |