Skip to content

Commit 5ab319c

Browse files
authored
Merge pull request #23 from unlibra/unlibra-patch-1
Remove sitemap change frequency and priority
2 parents cba5063 + 9e4f11d commit 5ab319c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ const config: Config = {
5151
blog: false,
5252
sitemap: {
5353
lastmod: null,
54-
changefreq: 'weekly',
55-
priority: 0.5,
54+
changefreq: null,
55+
priority: null,
5656
ignorePatterns: ['/tags/**'],
5757
filename: 'sitemap.xml',
5858
},

0 commit comments

Comments
 (0)