feat: sort list of previous now pages

This commit is contained in:
Ayo Ayco 2024-04-22 09:50:30 +02:00
parent 40022202be
commit 9206533fee

View file

@ -13,6 +13,7 @@ const postUrls: string[] = posts.map((post) => post.url || "");
<ul>
{
postUrls
.reverse()
.filter((url) => url !== "")
.map((url) => (
<li>