Skip to content

Commit

Permalink
update domain constants
Browse files Browse the repository at this point in the history
(cherry picked from commit 02ea358)
  • Loading branch information
timolegros committed Dec 12, 2024
1 parent 745d3fb commit 6cf208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const DEFAULT_NAME = 'Anonymous';

export const MAX_RECIPIENTS_PER_WORKFLOW_TRIGGER = 1_000;

export const PRODUCTION_DOMAIN = 'commonwealth.im';
export const PRODUCTION_DOMAIN = 'common.xyz';

export const BLOG_SUBDOMAIN = `blog.${PRODUCTION_DOMAIN}`;

Expand Down

0 comments on commit 6cf208b

Please sign in to comment.