Skip to content

Commit

Permalink
fix: disable auto lastmod to prevent sitemap changes on each build (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair authored Nov 21, 2023
1 parent fa92d0e commit 9f26a4b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
1 change: 1 addition & 0 deletions site/next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
module.exports = {
siteUrl: process.env.SITE_URL || 'https://rainbowkit.com',
generateRobotsTxt: true,
autoLastmod: false,
exclude: [
'/ds',
'/ar/*',
Expand Down
Loading

2 comments on commit 9f26a4b

@vercel
Copy link

@vercel vercel bot commented on 9f26a4b Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9f26a4b Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.