Microfrontends routing now applies to vc alias and branch domains
Microfrontends routing configuration is now preserved when aliasing deployments with vc alias, and branch-assigned domains now route across all projects that share the branch name instead of only within the owning project. Update to the latest Vercel CLI to enable this change.
This week we are gradually rolling out an update to routing for aliases and branch-assigned domains.Vercel Microfrontends
Aliasing a Microfrontends URL with now preserves the full routing config from the source deployment. Previously, the new alias only inherited the . Update to the latest to pick up the change.Aliases inherit Microfrontends routing
vc aliasVercel CLImicrofrontendsdeploymentId
A now routes to that branch in every project in the Microfrontend that shares the branch name. Previously, the domain only routed to that branch within the project that owned the domain.Branch domains route across all projects project domain assigned to a git branch
See the for details on routing, aliases, and domain assignment.Microfrontends documentation
Source: original entry ↗