Skip to content

Commit

Permalink
fix: urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Jun 8, 2024
1 parent 9485200 commit 490210b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const GA_TAG = process.env.GA_TAG || "";

const baseUrlMap = {
development: "http://localhost:8081",
staging: "https://staging.portofmars.com",
production: "https://portofmars.com",
staging: "https://staging.portofmars.asu.edu",
production: "https://portofmars.asu.edu",
test: "http://localhost:8081",
};

Expand Down

0 comments on commit 490210b

Please sign in to comment.