feat reverse ordering of library items
This commit is contained in:
parent
5c4be5fffc
commit
7a33e91651
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue