Format with prettier

This commit is contained in:
prototypa
2022-11-06 14:43:34 -05:00
parent 4b59fd6de4
commit bb1679c76f
7 changed files with 100 additions and 105 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',
})
})
: '';