Hi, I have a custom env (staging) and I’m kinda confused with the env vars In docs VERCEL_URL should be the actual domain and VERCEL_BRANCH_URL should be the domain with the branch (Vercel.app) In practice I see that in custom env VERCEL_URL = the branch domain and not the …staging.vercel.app I’m hosting payloadcms and I’m using such vars for email generation
Also, does Vercel support string interpolation? (I’d like to use a var inside var)