Skip to content

Commit

Permalink
Update API domain name and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Aug 3, 2024
1 parent c2d19cd commit 399c048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOMAIN_NAME = "sgmotortrends.com" as const;
const API_VERSION = "v1" as const;
const DOMAIN_NAME = "sgcarstrends.com";
const API_VERSION = "v1";

export const SITE_URL: string =
process.env.NEXT_PUBLIC_SITE_URL || `https://${DOMAIN_NAME}`;
Expand Down

0 comments on commit 399c048

Please sign in to comment.