chore: update images
This commit is contained in:
parent
528cc46381
commit
827718f3e7
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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