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>
|
<ul>
|
||||||
{
|
{
|
||||||
postUrls
|
postUrls
|
||||||
|
.reverse()
|
||||||
.filter((url) => url !== "")
|
.filter((url) => url !== "")
|
||||||
.map((url) => (
|
.map((url) => (
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue