Skip to content

Commit

Permalink
Merge pull request #3131 from quantified-uncertainty/vercel-previews-fix
Browse files Browse the repository at this point in the history
Fix Vercel preview branches
  • Loading branch information
berekuk authored Mar 27, 2024
2 parents 1eee7d2 + 5a355a7 commit 716a15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Note that only `NEXT_PUBLIC_*` vars are affected; others can be used through `process.env.FOO` without issues.

export const VERCEL_URL = process.env["NEXT_PUBLIC_VERCEL_URL"];
export const VERCEL_URL = process.env["NEXT_PUBLIC_VERCEL_BRANCH_URL"];

export const SAMPLE_COUNT_DEFAULT = 1000;
export const XY_POINT_LENGTH_DEFAULT = 1000;
Expand Down

0 comments on commit 716a15a

Please sign in to comment.