diff --git a/docs/01-app/04-api-reference/04-functions/generate-sitemaps.mdx b/docs/01-app/04-api-reference/04-functions/generate-sitemaps.mdx index dd8dc6434a962..023c293fb222d 100644 --- a/docs/01-app/04-api-reference/04-functions/generate-sitemaps.mdx +++ b/docs/01-app/04-api-reference/04-functions/generate-sitemaps.mdx @@ -74,6 +74,6 @@ export default async function sitemap({ id }) { ## Version History | Version | Changes | -| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | --- | +| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | `v15.0.0` | `generateSitemaps` now generates consistent URLs between development and production | -| `v13.3.2` | `generateSitemaps` introduced. In development, you can view the generated sitemap on `/.../sitemap.xml/[id]`. For example, `/product/sitemap.xml/1`. | | +| `v13.3.2` | `generateSitemaps` introduced. In development, you can view the generated sitemap on `/.../sitemap.xml/[id]`. For example, `/product/sitemap.xml/1`. |