This repository was archived by the owner on Dec 20, 2024. It is now read-only.
monorepo needs to deploy 2 different projects on different subdomains #7404
Replies: 2 comments
-
|
Hi @ottonascarella! I believe you can do this. Your monorepo would look something like: For each You can then create separate projects in the Vercel dashboard, one for each subdomain where you set the root directory to projectA and define the build and output settings according to Sharing some helpful links:
Let us know how you get on! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hiya,
we currently have a project, let's call it
A, that is running on domaina.stuff.com.We'd like to have another project on the same monorepo, but would like it to be deployed to a different subdomain...
b.stuff.com. Effectively it's a different project, but as projectBshares loads of modules with projectA, we want it to be in the same monorepo.Is there a way to configure that given that
vercel.jsonhas only oneoutputDirectory?Example
No response
Steps to Reproduce
It's not a bug.
Beta Was this translation helpful? Give feedback.
All reactions