Currently, the default pagination structure looks something like: /blog/page/[x] But this limits the number of ways you can implement pagination. If you want to do something custom, like using query parameters as pagination URLs (ex. /blog?pa
read more