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
My understanding is that the generator just generate a file.
The generator does not declare this file as page or post.
So this file does not belong to the pages or posts.
@uiolee exactly
it is a dynamically generated file based on the data fetched from the CMS
that is pushed to production as a standalone .html page and therefore it would be great
if it was reflected in the sitemap.xml
generating blog author pages
seems like pages generated dynamically with the code above are not included in the sitemap plugin output
is it that the moment the plugin is registered the newly created pages are not there yet?
vide https://github.com/hexojs/hexo-generator-sitemap/blob/master/lib/generator.js#L23
note: pages are properly generated and are fully functional
any feedback is highly appreciated 🙇
The text was updated successfully, but these errors were encountered: