Skip to content

Commit

Permalink
correct posthog app url (#6542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Dec 19, 2024
1 parent 6261489 commit 4999b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
],
Expand Down

0 comments on commit 4999b44

Please sign in to comment.