Skip to content

Commit 32f6d64

Browse files
committed
docs: Simplify sitemap configuration by removing lastmod
1 parent f5c215e commit 32f6d64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docusaurus.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ const config: Config = {
5353
customCss: './src/css/custom.css',
5454
},
5555
sitemap: {
56-
lastmod: 'date',
56+
lastmod: null,
57+
changefreq: null,
58+
priority: null,
5759
ignorePatterns: ['/tags/**'],
5860
filename: 'sitemap.xml',
5961
},

0 commit comments

Comments
 (0)