Preview links between microfrontends projects now serve all paths
Vercel's microfrontends preview links now serve all routes across a group, so child domains resolve paths hosted by other microfrontends instead of returning 404s.
Teams using can now visit all routes from any domain in the microfrontends group, enabling teams to test their full site experience without broken links or missing pages.microfrontends Previously, the microfrontend group's root domain would be the only one to serve the paths hosted by child microfrontends. Now, preview links between all microfrontends projects automatically serve all routes in the group. With this new feature: This feature is enabled by default for all new microfrontends, and will be rolling out slowly for existing teams.
or today.Learn moreget started with microfrontends Read more Preview links on child microfrontends now route paths to other microfrontends in the group, eliminating 404s. Deployments built from the same commit or branch automatically link to each other, making it easier to test changes in monorepos. ensures that requests to microfrontends not built on the same branch are still resolved.Fallback routing