Next.js Discord

Discord Forum

Redirect from .vercel.app to new Domain??

Answered
Naeemgg posted this in #help-forum
Open in Discord
Avatar
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
Image
View full answer

5 Replies

Avatar
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
Image
Answer
Avatar
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?
Avatar
both are fine 👍
Avatar