Skip to content

Commit d2d6aaf

Browse files
authored
Update docusaurus.config.ts
1 parent 9fb1b96 commit d2d6aaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ const config: Config = {
4141
editUrl: 'https://github.com/RooVetGit/Roo-Code-Docs/edit/main/',
4242
},
4343
sitemap: {
44-
lastmod: 'datetime',
44+
lastmod: 'date',
45+
priority: null,
46+
changefreq: null,
4547
},
4648
theme: {
4749
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)