You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This variable can either come from the Vercel Deployment as `NEXT_PUBLIC_VERCEL_URL` or from the `NEXT_PUBLIC_BASE_URL` Environment Variable that is manually defined
53
44
* by us if necessary. Otherwise it will fallback to the default Node.js Website URL.
54
45
*
46
+
* @TODO: We should get rid of needing to rely on `VERCEL_URL` for deployment URL.
0 commit comments