lgraubner / sitemap-generator

Easily create XML sitemaps for your website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] option to disable sitemap generating.

mkantautas opened this issue · comments

I am using a custom usage of this package to console log the sitemap links .... and to store them to DB. The sitemap generation is causing me various issues. The /dev/null doesn't seem to work well enough in some cases.

Would be great if there would be a way just to disable the output of the sitemap.xml

There might be some use cases. We could simply disable file generation by setting filepath to null. I'm gonna look into that this week.

Added the behavior describe aboved (de189ba), check out the new release.