We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that SitemapStream has lastmodDateOnly option:
SitemapStream
lastmodDateOnly
new SitemapStream({ // ... lastmodDateOnly: true });
but SitemapIndexStream doesn't.
SitemapIndexStream
I think it would be nice to have the option in both. Correct me please if I'm wrong.
UPD: same about hostname option.
hostname
The text was updated successfully, but these errors were encountered:
lastmodDateOnly is a pretty niche feature. It seems to only be required in specialized cases. You are welcome to open a PR to add support.
Sorry, something went wrong.
6f3fa1d
Merge pull request #373 from vandres/master
768f05b
implemented `lastmodDateOnly` for `SitemapIndexStream`, fixes #356
Successfully merging a pull request may close this issue.
I see that
SitemapStream
haslastmodDateOnly
option:but
SitemapIndexStream
doesn't.I think it would be nice to have the option in both. Correct me please if I'm wrong.
UPD: same about
hostname
option.The text was updated successfully, but these errors were encountered: