We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b727bc7 commit f05e03fCopy full SHA for f05e03f
docusaurus.config.js
@@ -66,6 +66,14 @@ const config = {
66
// Will be passed to @docusaurus/plugin-google-gtag (only enabled when explicitly specified)
67
trackingID: 'G-2DBTH3BGYK',
68
},
69
+ sitemap: {
70
+ // Will be passed to @docusaurus/plugin-sitemap (false to disable)
71
+ // See: https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-sitemap
72
+ changefreq: 'weekly',
73
+ priority: 0.5,
74
+ ignorePatterns: ['/cookbook/tags/**'],
75
+ filename: 'sitemap.xml',
76
+ },
77
}),
78
],
79
0 commit comments