lib/env.ts declares NEXT_PUBLIC_GA_ID as an optional env var, but no gtag/Google Analytics script tag exists anywhere in the codebase. Setting a real ID in Vercel currently does nothing — only Vercel's own Analytics (page views/web vitals) is live, which is not a full GA/Search-Console-linked property.
Acceptance Criteria
lib/env.tsdeclaresNEXT_PUBLIC_GA_IDas an optional env var, but nogtag/Google Analytics script tag exists anywhere in the codebase. Setting a real ID in Vercel currently does nothing — only Vercel's own Analytics (page views/web vitals) is live, which is not a full GA/Search-Console-linked property.Acceptance Criteria
NEXT_PUBLIC_GA_IDinapp/layout.tsx, or remove the unused env var declaration to avoid the false impression that analytics is configured