Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 245 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 245 Bytes

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)