Skip to content

Commit

Permalink
docs: correct type in sitemap.mdx (#59787)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmillerburgess authored Dec 22, 2023
1 parent 3e26253 commit 1529b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default async function sitemap({
id,
}: {
id: number
}): MetadataRoute.Sitemap {
}): Promise<MetadataRoute.Sitemap> {
// Google's limit is 50,000 URLs per sitemap
const start = id * 50000
const end = start + 50000
Expand Down

0 comments on commit 1529b50

Please sign in to comment.