Skip to content

Commit

Permalink
refactor: update plausible domain (#5799)
Browse files Browse the repository at this point in the history
refactor: update plausible domain
  • Loading branch information
gao-sun committed Apr 30, 2024
1 parent 3486b12 commit 2e96eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console/src/components/Conversion/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum GtagConversionId {
}

export const redditPixelId = 't2_ggt11omdo';
export const plausibleDataDomain = 'cloud.logto.io';
export const plausibleDataDomain = 'logto.io';

const logtoProductionHostname = 'logto.io';

Expand Down

0 comments on commit 2e96eea

Please sign in to comment.