From ec55a2d83ebf7825fe429a3e2d55bce4f9e481f0 Mon Sep 17 00:00:00 2001 From: lukeocodes Date: Tue, 12 May 2026 11:16:45 +0100 Subject: [PATCH] feat(web): mirror Heap + GA4 analytics from cli.deepgram.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ui.deepgram.com was missing the analytics setup that landed on cli.deepgram.com back in e736528. Same IDs, same inline-script pattern, dropped into the of apps/web/src/pages/index.astro: Heap appid 765739241 GA4 measurement G-TYPC1TBCKT (*.deepgram.com property) Build is clean and both snippets render in dist/index.html. No deps added, no config changes elsewhere — the scripts are self-contained just like on cli. --- apps/web/src/pages/index.astro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/web/src/pages/index.astro b/apps/web/src/pages/index.astro index e9c2394..6bb6d60 100644 --- a/apps/web/src/pages/index.astro +++ b/apps/web/src/pages/index.astro @@ -74,6 +74,21 @@ const components = [ } ] })} /> + + + + + + +