From f119e13970d395b6bf1bb97de78b08f93e7b43ba Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Wed, 4 Sep 2024 10:18:58 +1000 Subject: [PATCH] add privacy focused simple analytics --- src/pages/index.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 7411fbc..46b9e90 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -24,13 +24,19 @@ export default function Home() { SplitPro: Split Expenses with your friends for free - {env.NEXT_PUBLIC_BEAM_ID ? ( - - ) : null} + {process.env.NODE_ENV === 'production' && ( + <> + + + + )}