From 59fac643562739ada75db8aaa262b6ff1a649e67 Mon Sep 17 00:00:00 2001 From: KM Koushik Date: Thu, 11 Sep 2025 10:40:10 +1000 Subject: [PATCH] add simpleanalytics --- apps/marketing/src/app/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/marketing/src/app/layout.tsx b/apps/marketing/src/app/layout.tsx index e167514..62e3e77 100644 --- a/apps/marketing/src/app/layout.tsx +++ b/apps/marketing/src/app/layout.tsx @@ -4,6 +4,7 @@ import { Inter } from "next/font/google"; import { JetBrains_Mono } from "next/font/google"; import type { Metadata } from "next"; import { ThemeProvider } from "@usesend/ui"; +import Script from "next/script"; const inter = Inter({ subsets: ["latin"], @@ -63,6 +64,9 @@ export default function RootLayout({ suppressHydrationWarning className="scroll-smooth bg-background" > + {process.env.NODE_ENV === "production" && ( +