Skip to content

Commit

Permalink
Dont sitemap versions (#4112)
Browse files Browse the repository at this point in the history
* just include current version in sitemap

* adding archives too

---------

Co-authored-by: Charles Sibbald <[email protected]>
  • Loading branch information
enekofb and casibbald authored Nov 14, 2024
1 parent 64b5e44 commit 0d695df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ module.exports = {
sitemap: {
changefreq: 'weekly',
priority: 0.5,
ignorePatterns: ['/tags/**'],
ignorePatterns: [
'/docs/next/**',
'/docs/archives/**',
'/docs/*[0-9].*[0-9].*[0-9]/**'
],
filename: 'sitemap.xml',
},
},
Expand Down

0 comments on commit 0d695df

Please sign in to comment.