Hi Everyone,
when I'm trying to deploy my app with Vercel CLI I launch the command vercel on terminal so i get a preview URL like this one:
--.vercel.app
then when i run the command vercel --prod I'm expecting the production URL would be my domain and instead i get the same preview URL but with a different .
The Domains set to production in the Domains tab are .com and
Just wanted to add also that when I deploy to production with vercel --prod and i visit my website, the production is been applied to my entire app without any issue.
Is this behaviour normal or do I need to configure something?
Also I'm using a thirdparty domain pointed to vercel through A and CNAME DNS
thanks