From 8d8dc3ae3854115aa04eeda9f657a593a7ecc838 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Fri, 5 Jul 2024 03:24:25 +0530 Subject: [PATCH] fix: removing vercel analytics --- web/app/layout.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index fc8d641a7d..231f4da2fa 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -1,5 +1,3 @@ -import { Analytics } from "@vercel/analytics/react"; -import { SpeedInsights } from "@vercel/speed-insights/next"; import { Metadata } from "next"; import Script from "next/script"; // styles @@ -44,8 +42,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
{children}
- - {process.env.NEXT_PUBLIC_PLAUSIBLE_DOMAIN && (