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
I'm currently setting up a blog and utilizing the next-pagination component.
I'm providing a new route to the component via linkProps, but I would like to add the value of the page being clicked on to the route
For example
So after the /page/, I would like to be able to provide the value of 2 if a user clicked on the 2 in the component so the new route would be /page/2/.
Is this currently possible?
The text was updated successfully, but these errors were encountered:
I think it only works with query strings rather than route params at the moment. PRs welcome!
Sorry, something went wrong.
No branches or pull requests
I'm currently setting up a blog and utilizing the next-pagination component.
I'm providing a new route to the component via linkProps, but I would like to add the value of the page being clicked on to the route
For example
So after the /page/, I would like to be able to provide the value of 2 if a user clicked on the 2 in the component so the new route would be /page/2/.
Is this currently possible?
The text was updated successfully, but these errors were encountered: