From 9b2f0d225826ce50a77807a74a9ab471af0dcde3 Mon Sep 17 00:00:00 2001 From: Alex Korytskyi Date: Tue, 3 Mar 2026 15:11:39 +0000 Subject: [PATCH] fix: blog post published date --- app/components/BlogPostListCard.vue | 6 ++++-- app/components/OgImage/BlogPost.vue | 13 +------------ app/utils/formatters.ts | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/app/components/BlogPostListCard.vue b/app/components/BlogPostListCard.vue index f620cb9b7f..abd82cecc1 100644 --- a/app/components/BlogPostListCard.vue +++ b/app/components/BlogPostListCard.vue @@ -1,7 +1,7 @@