mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
🕴
This commit is contained in:
@@ -122,7 +122,7 @@ const propertyDateValue = (
|
||||
const publishDate = data?.[0]?.[1]?.[0]?.[1]?.start_date
|
||||
|
||||
if (publishDate) {
|
||||
return `Published ${formatDate(publishDate, {
|
||||
return `${formatDate(publishDate, {
|
||||
month: 'long'
|
||||
})}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user