Skip to content

Commit

Permalink
[Dsahboard] Feature: Billing V2 UI changes (#5436)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Daniels <[email protected]>
  • Loading branch information
MananTank and jnsdls committed Nov 15, 2024
1 parent a258674 commit 72f4a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dashboard/src/@/constants/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export function getAbsoluteUrlFromPath(path: string) {
const url = new URL(
isProd
? "https://thirdweb.com"
: process.env.NEXT_PUBLIC_VERCEL_BRANCH_URL || "https://thirdweb-dev.com",
: `https://${process.env.NEXT_PUBLIC_VERCEL_BRANCH_URL}` ||
"https://thirdweb-dev.com",
);

url.pathname = path;
Expand Down

0 comments on commit 72f4a6c

Please sign in to comment.