Skip to content

Commit

Permalink
dscd
Browse files Browse the repository at this point in the history
darkillusior committed Apr 29, 2023
1 parent eedaa2e commit 418a5fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/baseUrl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const baseUrl ="https://projectbid-4zl9mrwgx-darkillusior.vercel.app/"

const baseUrl =
process.env.NODE_ENV !== "production"
? "http://localhost:3000"
:"https://projectbid-4zl9mrwgx-darkillusior.vercel.app/";

module.exports = baseUrl;

1 comment on commit 418a5fc

@vercel
Copy link

@vercel vercel bot commented on 418a5fc Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.