Redirect from .vercel.app to new Domain??
Answered
Naeemgg posted this in #help-forum
NaeemggOP
I've a project running on my account with .vercel.app domain and now I'm planning to buy a new domain and assign it to my project. I'm worried about my current users, they already have this .vercel.app link with them so is it possible to redirect users to new domain?? like if users go to myproject.vercel.app/posts/[user]?id=123, is it possible to redirect them to myproject.com/posts/[user]?id=123?
Answered by B33fb0n3
yes that's possible. Go into your domain section of your app. Then add your new domain there. And then add a permanent redirect to your current domain
5 Replies
yes that's possible. Go into your domain section of your app. Then add your new domain there. And then add a permanent redirect to your current domain
Answer
NaeemggOP
Yes it worked
just to be on safe side I'm getting 2 redirect domain
www.xyz.com
and xyz.com
which one is better or both are same?both are fine 👍