Skip to content

Commit f05e03f

Browse files
committed
update
1 parent b727bc7 commit f05e03f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ const config = {
6666
// Will be passed to @docusaurus/plugin-google-gtag (only enabled when explicitly specified)
6767
trackingID: 'G-2DBTH3BGYK',
6868
},
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+
},
6977
}),
7078
],
7179
],

0 commit comments

Comments
 (0)