#astrojs-sitemap - Define sitemap path

3 messages · Page 1 of 1 (latest)

steep spire
#

I'm using @astrojs/sitemap to create a sitemap, but I need the sitemap to be available under /sitemap.xml instead of /sitemap-0.xml. I'd like to avoid manipulating the build output after the build process, but I can't find an option to change this in configuration.

silver lotus
#

Hi. Actually, I believe you’d want sitemap-index to be renamed to sitemap as that links to all other sitemaps.

#

Configuring it seems like something that could be added. I won’t be able to do it for the next few days though