chore: update images
This commit is contained in:
parent
528cc46381
commit
827718f3e7
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ export default async function () {
|
|||
const mergedData = filterDuplicates([
|
||||
...formatLinkData(fullData).filter((link) => link.tags.includes('share')),
|
||||
...Object.values(cachedLinks)
|
||||
])
|
||||
]).sort((a,b) => new Date(b.date) - new Date(a.date));
|
||||
|
||||
await client.send(
|
||||
new PutObjectCommand({
|
||||
|
|
Reference in a new issue