Skip to content

Commit

Permalink
Disable robots.txt generation. (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove authored Oct 7, 2024
1 parent d88c354 commit 13f1c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const sitemapConfig = {
// relative paths to exclude
exclude: [],

generateRobotsTxt: true, // (optional)
generateRobotsTxt: false, // (optional)

// todo: migrate to server side sitemap to include last edited date from content for lastmod
// will need to update static-path-resources to optionally include that field when requested
Expand Down

0 comments on commit 13f1c05

Please sign in to comment.