Skip to content

Spike to work out the details of hosting multiple apps under a single url in vercel

Notifications You must be signed in to change notification settings

Spantree/vercel-multi-app-spike

Repository files navigation

vercel-multi-app-spike

Example of how to have multiple apps mounted under the same domain in Vercel:

For example:

https://example.com/         --> root app (packages/root)
https://example.com/subapp/  --> sub app (packages/subapp)