mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Add post card in blog page
* add component and page tests
This commit is contained in:
@ -25,5 +25,7 @@ export const postLists = async (): Promise<Post[]> => {
|
||||
})
|
||||
.sort(sortByDate);
|
||||
|
||||
console.log(posts);
|
||||
|
||||
return posts;
|
||||
};
|
||||
|
Reference in New Issue
Block a user