mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
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:
parent
25266da435
commit
b361d7de2e
3 changed files with 5 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue