Ghost/core/frontend/services/sitemap
Hannah Wolfe 7d1d6ec6eb
🐛 Fixed error in sitemap with >50k posts (#13317)
closes: CORE-34
refs: https://github.com/TryGhost/Team/issues/1044

- this is a super basic fix, it adds a max nodes concept and limits the node in each sub-sitemap to 50k by default
- this will prevent the error in google console
- a better fix is in progress, but we want to at least solve the errors ASAP
2021-09-17 11:13:42 +01:00
..
base-generator.js 🐛 Fixed error in sitemap with >50k posts (#13317) 2021-09-17 11:13:42 +01:00
handler.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
index-generator.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
manager.js Removed unnecessary parameter 2021-08-30 12:33:33 +04:00
page-generator.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
post-generator.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
tag-generator.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
user-generator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
utils.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00