You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The typescript specifies that getSitemapStream should return an array of three elements. But the documentation still has examples with two elements.
Describe the bug
The typescript specifies that getSitemapStream should return an array of three elements. But the documentation still has examples with two elements.
return [new URL(path, 'https://example.com/subdir/').toString(), sitemapStream]; }
Context:
The text was updated successfully, but these errors were encountered: