mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
710a4bf02b
Fixes an issue where a trailing slash was sometimes added to the end of URLs in the sitemap, causing unnecessary redirects. Example of problematic URL: ```xml <loc>https://angular.dev/</loc> ```