# Astro @astrojs/sitemap@3.7.4 - Product: Astro (https://whatsnew.fyi/product/astro) - Vendor: Astro - Date: 2026-08-31 - Version: @astrojs/sitemap@3.7.4 - Original notes: https://github.com/withastro/astro/releases/tag/%40astrojs/sitemap%403.7.4 - Permalink: https://whatsnew.fyi/product/astro/releases/astrojs-sitemap-3.7.4 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix sitemap outputting a URL with an empty path for the homepage when trailingSlash is set to "never" or build.format is set to "file" ###### Patch Changes - [#17851](https://github.com/withastro/astro/pull/17851) [`52d3f56`](https://github.com/withastro/astro/commit/52d3f56999ecdf92510b2c16ed2a3a4785b9c73a) Thanks [@astro-factory](https://github.com/apps/astro-factory)! - Fixes the sitemap outputting a URL with an empty path for the homepage (e.g. `https://example.com` instead of `https://example.com/`) when `trailingSlash` is set to `"never"` or `build.format` is set to `"file"`