How to host multiple pages on the same domain
I have a monorepo with 5 applications. Instead of giving each app its own subdomain I would like for one of these to be the home
example.com/
(which might have other routes like /about-us
, /legal
, etc), and all others to be available in example.com/app1
, example.com/app2
, etc. How can I do this?1 Reply
This would likely need to be configured on your origin, unless this is hosted with pages?