mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
16a23a5fe8
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>
```
(cherry picked from commit 710a4bf02b)