* 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
5 lines
246 B
Markdown
5 lines
246 B
Markdown
---
|
|
'@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.
|