From 7abf5d5385815dc67bb2678443cb8ec8b14a9cf7 Mon Sep 17 00:00:00 2001 From: thor <1042854+thorwolpert@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:30:56 -0700 Subject: [PATCH] hard coding for now --- web/site/nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/site/nuxt.config.ts b/web/site/nuxt.config.ts index e0a4ac64..2d46b296 100644 --- a/web/site/nuxt.config.ts +++ b/web/site/nuxt.config.ts @@ -123,7 +123,7 @@ export default defineNuxtConfig({ accountID: '' }, gtag: { - // enabled: process.env.NODE_ENV === 'production' - id: process.env.NUXT_PUBLIC_GTAG_ID + enabled: process.env.NODE_ENV === 'production', + id: 'G-GKRC2V8PT4' } })