sort oldest to newest
This commit is contained in:
@@ -192,6 +192,7 @@ const handleLoad = async () => {
|
||||
|
||||
query["limit"] = postsPerPage;
|
||||
query["page"] = postsPage.value;
|
||||
query["sort"] = "start_at";
|
||||
|
||||
console.log(query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user