Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: change sitemapSize from 5000 to 500
Browse files Browse the repository at this point in the history
Signed-off-by: Milad Nekofar <milad@nekofar.com>
  • Loading branch information
nekofar committed Sep 15, 2022
1 parent e1d8790 commit addcfda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
siteUrl: process.env.NEXT_PUBLIC_SITE_URL || 'https://lilnouns.dev',
generateRobotsTxt: true, // (optional)
// ...other options
sitemapSize: 500,
}

0 comments on commit addcfda

Please sign in to comment.