Fix eslint errors

This commit is contained in:
prototypa
2022-11-06 14:28:07 -05:00
parent 0571bd5eaf
commit 41317ac259
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ const image =
url: image.toString(),
alt: ogTitle,
},
]
]
: undefined,
// site_name: 'SiteName',
}}

View File

@ -5,5 +5,5 @@ export const getFormattedDate = (date) =>
year: 'numeric',
month: 'short',
day: 'numeric',
})
})
: '';