hackernews
hackernews copied to clipboard
Wrong first page
trafficstars
Hi, is it possible that the New view is fetching a the page number 1 as default instead of page number 0.
I checked the fetch request and is going to https://hn.nuxtjs.org/api/hn/news?page=1. When I try that same request but with page=0 y get the top news currently on HN. I couldn't find any other way to view the current top news.
Hope it makes sense