0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
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
index-generator.js
manager.js Removed unnecessary parameter 2021-08-30 12:33:33 +04:00
page-generator.js
post-generator.js
tag-generator.js
user-generator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
utils.js