From 8d33465f5101ed6273c2c798abd426216cb6ac6c Mon Sep 17 00:00:00 2001 From: Johan Date: Tue, 17 Mar 2026 00:58:18 +0100 Subject: [PATCH] Initial React project --- src/main.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index 0040058..7c49163 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -52,8 +52,7 @@ function ensureFavicon() { ensureFavicon(); function initGoogleAnalytics() { - const measurementId = import.meta.env.VITE_GA_MEASUREMENT_ID; - if (!measurementId) return; + const measurementId = 'G-5HXHZECM1B'; const script = document.createElement('script'); script.async = true;