We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a9266 commit 1a62299Copy full SHA for 1a62299
1 file changed
docusaurus.config.js
@@ -36,6 +36,10 @@ const config = {
36
theme: {
37
customCss: require.resolve('./src/css/custom.css'),
38
},
39
+ sitemap: {
40
+ changefreq: 'weekly',
41
+ priority: 0.5,
42
+ },
43
}),
44
],
45
0 commit comments