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?