mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dabbeb6498
For perf reasons, it is more efficient to not rely on creating an `URL` object. Instead we check for the explicit protocol to detect external links. This will also force us to use relative links, so archived versions & next versions navigate on the current version of the site. fixes #58954 PR Close #58955