Skip to content

Commit

Permalink
2st change
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijabojanovic committed Dec 11, 2024
1 parent 2b30dfa commit 9ae5d21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/shared/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ export const DEFAULT_NAME = 'Anonymous';

export const MAX_RECIPIENTS_PER_WORKFLOW_TRIGGER = 1_000;

<<<<<<< HEAD
=======
export const PRODUCTION_DOMAIN = 'common.xyz';

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

export const DOCS_SUBDOMAIN = `docs.${PRODUCTION_DOMAIN}`;

>>>>>>> 02ea3589d0 (update domain constants)
export const S3_RAW_ASSET_BUCKET_DOMAIN =
's3.us-east-1.amazonaws.com/assets.commonwealth.im';
export const S3_ASSET_BUCKET_CDN = 'assets.commonwealth.im';
Expand Down

0 comments on commit 9ae5d21

Please sign in to comment.