dd931a7806
* fix(#7080): sitemap should only add trailing slash to pages * fix(sitemap): only include pages in sitemap * chore: add test * chore: remove unused import * docs: update readme
246 B
246 B
@astrojs/sitemap |
---|
major |
Sitemap only includes page
routes (generated by .astro
files) rather than all routes (pages, endpoints, or redirects). This behavior matches our existing documentation, but is a breaking change nonetheless.