feat reverse ordering of library items

This commit is contained in:
Ayo 2023-06-04 21:03:55 +02:00
parent 5c4be5fffc
commit 7a33e91651

View file

@ -39,6 +39,7 @@ const {postDivSelector, skipSave = false} = Astro.props;
const urlObj = new URL(request.url);
return urlObj.search !== '';
})
.reverse()
.forEach(async (request) => {
const {url} = request;
const link = document.createElement('a');