Please note that this question is not a duplicate of this one
I want to make pagination for my app. For example, the url for pages 2-10 should look like this:
/products/2
.
However, when the page is 1, I don't want to show the page number, i.e. the url should look like this: /products
.
I also don't want to add locale into my url.
I'm using the pages directory.