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
In Nested Pagination example code, should allTags.map be allTags.flatMap? https://docs.astro.build/en/core-concepts/routing/#nested-pagination
allTags.map
allTags.flatMap
related: #3756 (comment)
The text was updated successfully, but these errors were encountered:
You are correct indeed! Are you willing to open up a PR and fix this yourself?
Sorry, something went wrong.
@ElianCodes Yes, I will try to fix it myself within the next few days!
return flaMap by getStaticPaths
d54df3f
withastro#4440
Successfully merging a pull request may close this issue.
In Nested Pagination example code, should
allTags.map
beallTags.flatMap
?https://docs.astro.build/en/core-concepts/routing/#nested-pagination
related: #3756 (comment)
The text was updated successfully, but these errors were encountered: