I pointed my custom domain (purchased through namecheap) to a front end project I have here at vercel. I’m pretty sure when I went through the options to set it up here on vercel, I chose www.example.com should redirect to example.com and that example.com should be preferred and what shows up in the address bar.
I added the A record and a CNAME record with ‘www’ on namecheap DNS. Now on vercel - it’s basically working, but it says www.example.com is set as main and example.com redirects to www.example.com.
I want to change this. Is that something I can change in settings here at vercel or should I delete the CNAME record at namecheap?
ah, I see. I didn’t realize I could just delete the redirect to “set it” as main. I was think there was a button somewhere that might say explicitly that. I was able to make those changes here in vercel. Looks like that worked. Thank you again!