split up large xml files with indexes for manual create #459
gottaloveit
started this conversation in
Ideas
Replies: 1 comment
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, following the readme, I added this to my Video model:
And I create the sitemap like so, since I do not want it to crawl because I got over 7000 videos, so the database query option is obviously better and most accurate.
Problem though is it creates it in a single file and everything I have read says to split up large files. So I try:
I get error:
I can't use SitemapGenerator because the create method requires a url
So how can I use the maxTagsPerSitemap method and get indexes when creating manually?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions