Skip to content

Commit

Permalink
fix ui host behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jul 26, 2024
1 parent b3f3968 commit 6b670d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/posthog/runtime/plugins/posthog.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineNuxtPlugin({

const clientOptions = defu<PostHogConfig, Partial<PostHogConfig>[]>(config.clientOptions ?? {}, {
api_host: config.host,
ui_host: 'https://us.posthog.com',
ui_host: '<ph_app_host>',
capture_pageview: false,
bootstrap: {
featureFlags: posthogFeatureFlags.value,
Expand Down

0 comments on commit 6b670d3

Please sign in to comment.