Skip to content

Commit 4999b44

Browse files
authored
correct posthog app url (#6542)
1 parent 6261489 commit 4999b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ const config: Config = {
8282
[path.resolve(__dirname, 'client-plugins', 'posthog-docusaurus'),
8383
{
8484
apiKey: DOCUSAURUS_POST_HOG_KEY,
85-
appUrl: DOCUSAURUS_BASE_URL,
86-
person_profiles: "identified_only",
85+
appUrl: 'https://proxyhog.prisma-data.net', // this is safe to have in version control
86+
person_profiles: 'identified_only',
8787
enableInDevelopment: false
8888
},
8989
],

0 commit comments

Comments
 (0)