From 94f70c26470e6c68fe1f29fcc2a5096330172d0f Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Mon, 6 May 2024 09:26:19 -0500 Subject: [PATCH] change to plausible --- src/pages/_app.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index ce411ae..f0b8fb0 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -22,11 +22,18 @@ const MyApp: AppType<{ session: Session | null }> = ({ /> {env.NEXT_PUBLIC_ENVIRONMENT === "production" ? ( - + <> + + + ) : null}