From 240b790207608ed59cd8b746d7411a4569b503d4 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Mon, 6 Apr 2026 09:52:45 -0400 Subject: [PATCH] fix(site): posthog site cleanup --- apps/site/src/instrumentation-client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/src/instrumentation-client.ts b/apps/site/src/instrumentation-client.ts index be223868f3..4f59745388 100644 --- a/apps/site/src/instrumentation-client.ts +++ b/apps/site/src/instrumentation-client.ts @@ -6,7 +6,7 @@ posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY!, { defaults: "2025-11-30", loaded: (posthog) => { posthog.register({ - site_name: "mono-blog", + site_name: "mono-site", environment: "production", }); },