Different repositories at different paths
Is it possible to map two different paths to two different Pages projects? e.g.
my.domain.com/
is processed by project domain-root
and my.domain.com/cool-dude
processed by project cool-dude
? Or does that have to be done via subdomains?1 Reply
Nothing native, Pages Custom Domains have to take over the entire hostname. You could potentially glue something together using Workers but you'd be paying for a Worker Invocation on each request and that gets messy very quickly. I would recommend just using subdomains, much cleaner and supported natively