Skip to content

Commit

Permalink
docs: add sitemap (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Nov 20, 2023
1 parent 6faba8c commit 01dcd64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ const config = {
remarkPlugins: [[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }]],
},
blog: false,
sitemap: {
changefreq: "weekly",
priority: 0.5,
filename: "sitemap.xml",
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand Down

0 comments on commit 01dcd64

Please sign in to comment.