Skip to content
New issue

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

Adding addUncaughtPages ignores prefix and serializer options #212

Open
chmelevskij opened this issue Feb 17, 2022 · 0 comments
Open

Adding addUncaughtPages ignores prefix and serializer options #212

chmelevskij opened this issue Feb 17, 2022 · 0 comments

Comments

@chmelevskij
Copy link

Issue Summary

If addUncaughtPages option is present in the config any of the prefix or serializer changes are ignored

To Reproduce

  1. Add prefix like
mapping: {
  allSitePage: {
    sitemap: 'pages',
     prefix: '/uk',
  },
},
addUncaughtPages: true,
  1. Build pages
  2. Observe links in sitemap-pages.xml not having /uk prefix in the links

Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?

Technical details:

  • Gatsby Version: 3.3.0
  • Node Version: v16.13.2
  • OS: MacOS
  • gatsby-config.js: N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant