fix: fall back to date_created when published_at is null so every article shows a date

This commit is contained in:
achmad
2026-05-31 17:06:43 +07:00
parent 95aac628e1
commit 963ff5affc
5 changed files with 7 additions and 4 deletions
@@ -12,6 +12,7 @@ const mockArticle: Article = {
excerpt: 'The beloved series returns.',
featured_image: null,
published_at: '2026-05-28T00:00:00Z',
date_created: '2026-05-28T00:00:00Z',
is_featured: false,
seo_title: null,
seo_description: null,