Skip to content

Commit

Permalink
Some Change
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanAnsari committed Aug 17, 2024
1 parent d14493a commit f57f30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/getBaseUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const getBaseUrl = () =>
? `https://${process.env.NETIFY_URL}`
: `https://${process.env.VERCEL_URL}`;

process.env.NODE_ENV === "production"
? `https://${process.env.NETIFY_URL}`
: `https://${process.env.VERCEL_URL}`;
process.env.NODE_ENV === "production"
? `https://${process.env.NETIFY_URL}`
: `https://${process.env.VERCEL_URL}`;

export default getBaseUrl;

0 comments on commit f57f30a

Please sign in to comment.