Improve sitemap performance

Remove the archive per day in sitemap.archive.xml. With AI, blog with 10K posts is not rare in the near future.
This commit is contained in:
danpros 2024-05-28 11:48:03 +07:00
commit b361d7de2e
3 changed files with 5 additions and 17 deletions

View file

@ -125,7 +125,6 @@ sitemap.priority.post = "0.5"
sitemap.priority.static = "0.5"
sitemap.priority.category = "0.5"
sitemap.priority.tag = "0.5"
sitemap.priority.archiveDay = "-1"
sitemap.priority.archiveMonth = "0.5"
sitemap.priority.archiveYear = "0.5"
sitemap.priority.author = "0.5"