Skip to content

Commit

Permalink
Fix Sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed Aug 2, 2024
1 parent b8fd7c9 commit f654a37
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 = "sgmotortrends.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 f654a37

Please sign in to comment.