chore: update images

This commit is contained in:
Cory Dransfeldt 2024-02-22 08:30:35 -08:00
parent 528cc46381
commit 827718f3e7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.5.9",
"version": "6.5.10",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -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({