Skip to content

Commit

Permalink
Fix: staging portal redirect link
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Aug 27, 2023
1 parent 8ea9db9 commit 115a601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/hyperlinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const sliitFossMainWebsite = "https://sliitfoss.org";
export let portalURL = "https://portal.bashaway.sliitfoss.org";

if (import.meta.env.VITE_APP_ENV !== "production") {
portalURL = portalURL.replace("portal.", `leaderboard.${import.meta.env.VITE_APP_ENV}.`);
portalURL = portalURL.replace("portal.", `portal.${import.meta.env.VITE_APP_ENV}.`);
}

0 comments on commit 115a601

Please sign in to comment.