Skip to content

Commit 9fd1596

Browse files
authored
Add lastmod to the sitemap (#49)
1 parent f764ce3 commit 9fd1596

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ const config: Config = {
4040
routeBasePath: '/',
4141
editUrl: 'https://github.com/RooVetGit/Roo-Code-Docs/edit/main/',
4242
},
43+
sitemap: {
44+
lastmod: 'datetime',
45+
},
4346
theme: {
4447
customCss: './src/css/custom.css',
4548
},

0 commit comments

Comments
 (0)