nuxt-community / sitemap-module

Sitemap Module for Nuxt 2
https://sitemap.nuxtjs.org
MIT License
685 stars 129 forks source link

Splitting big files #249

Open nfragkopoulos opened 2 years ago

nfragkopoulos commented 2 years ago

Hello, I have a question, that I did not find an answer to after going through the documentation and the issues. How does this module work with big files (over 50mb) or files with more than 50k urls? Google advises to split those into multiple smaller files. Is this done automatically and added to the index.xml as well or further coding should take place? If the latter is true, is there any example code?

oripka commented 1 year ago

There is some discussion about this here: https://github.com/nuxt-community/sitemap-module/issues/79

Seems like a basic feature this module should just do by itself and be turned on by default.