Skip to content

Commit 72f4a6c

Browse files
MananTankjnsdls
andcommitted
[Dsahboard] Feature: Billing V2 UI changes (#5436)
Co-authored-by: Jonas Daniels <[email protected]>
1 parent a258674 commit 72f4a6c

File tree

1 file changed

+2
-1
lines changed
  • apps/dashboard/src/@/constants

1 file changed

+2
-1
lines changed

apps/dashboard/src/@/constants/env.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export function getAbsoluteUrlFromPath(path: string) {
3838
const url = new URL(
3939
isProd
4040
? "https://thirdweb.com"
41-
: process.env.NEXT_PUBLIC_VERCEL_BRANCH_URL || "https://thirdweb-dev.com",
41+
: `https://${process.env.NEXT_PUBLIC_VERCEL_BRANCH_URL}` ||
42+
"https://thirdweb-dev.com",
4243
);
4344

4445
url.pathname = path;

0 commit comments

Comments
 (0)