Skip to content

Commit

Permalink
Merge pull request #106 from Scaffold-Stark/chore/add-sitemap
Browse files Browse the repository at this point in the history
chore: add sitemap
  • Loading branch information
jrcarlos2000 authored Feb 11, 2025
2 parents 07fe238 + 76626b8 commit d1a91b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ const config = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
sitemap: {
changefreq: "weekly",
priority: 0.5,
ignorePatterns: ["/tags/**"],
filename: "sitemap.xml",
},
}),
],
],
Expand Down

0 comments on commit d1a91b5

Please sign in to comment.