Subdomain, different build
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Hello, not sure if it's the right place to ask but I don't know where else to ask.
I want to upload a different build on a Vercel subdomain than my main domain.
I have domain.com with my main build, and i want a completely different build to be uploaded on invites.domain.com for example.
Can't seem to find the right way to do it.
This is more a Vercel question I guess, but I hope some of you guys here have encountered this and can help.
Thanks!
I want to upload a different build on a Vercel subdomain than my main domain.
I have domain.com with my main build, and i want a completely different build to be uploaded on invites.domain.com for example.
Can't seem to find the right way to do it.
This is more a Vercel question I guess, but I hope some of you guys here have encountered this and can help.
Thanks!
6 Replies
@Brown bear Hello, not sure if it's the right place to ask but I don't know where else to ask.
I want to upload a different build on a Vercel subdomain than my main domain.
I have domain.com with my main build, and i want a completely different build to be uploaded on invites.domain.com for example.
Can't seem to find the right way to do it.
This is more a Vercel question I guess, but I hope some of you guys here have encountered this and can help.
Thanks!
You can create 2 diff projects on vercel and assign diff domains
Brown bearOP
Ahhh, so then I would only need to generate the subdomain over on cloudflare ?
and just link the build to the subdomain?
yes
vercel has domains tab and it will give you proper directions on how to do that
Brown bearOP
great, thank you very much, going to give it a try right now!