feat: sort list of previous now pages
This commit is contained in:
parent
40022202be
commit
9206533fee
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ const postUrls: string[] = posts.map((post) => post.url || "");
|
|||
<ul>
|
||||
{
|
||||
postUrls
|
||||
.reverse()
|
||||
.filter((url) => url !== "")
|
||||
.map((url) => (
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue