From 4999b44364c444d11be6dd2d4fc1ba40612f65e6 Mon Sep 17 00:00:00 2001 From: Jon Harrell <4829245+jharrell@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:39:08 -0600 Subject: [PATCH] correct posthog app url (#6542) --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index afe816f28c..1f5e258c5d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -82,8 +82,8 @@ const config: Config = { [path.resolve(__dirname, 'client-plugins', 'posthog-docusaurus'), { apiKey: DOCUSAURUS_POST_HOG_KEY, - appUrl: DOCUSAURUS_BASE_URL, - person_profiles: "identified_only", + appUrl: 'https://proxyhog.prisma-data.net', // this is safe to have in version control + person_profiles: 'identified_only', enableInDevelopment: false }, ],