mapping: { // Each data type can be mapped to a predefined sitemap // Routes can be grouped in one of: posts, tags, authors, pages, or a custom name // The default sitemap - if none is passed - will be pages posts: { sitemap:posts, }, pages: { sitemap:pages, }, tags: { sitemap:tags`,
serializer: (edges) => {
// console.info('edges => ',edges);
We are using this plugin from last 2 years, from last month it showing undefined URL path in sitemap. We are facing same issue.
Issue Summary
A summary of the issue and the browser/OS environment in which it occurs.
To Reproduce
Technical details:
mapping: { // Each data type can be mapped to a predefined sitemap // Routes can be grouped in one of: posts, tags, authors, pages, or a custom name // The default sitemap - if none is passed - will be pages posts: { sitemap:
posts, }, pages: { sitemap:
pages, }, tags: { sitemap:
tags`, serializer: (edges) => { // console.info('edges => ',edges);