From a8a04733710de70d26d3341d9d57ec8b3a3865a2 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Wed, 20 Dec 2023 22:50:21 +0600 Subject: [PATCH] Generate category from blog post tag Signed-off-by: nurRiyad --- components/category/card.vue | 4 +++- components/category/hero.vue | 3 +-- components/category/topic.vue | 2 +- components/main/recent.vue | 25 ++++++++++----------- components/main/trending.vue | 24 ++++++++++---------- pages/blogs/[blog].vue | 6 ++--- pages/blogs/index.vue | 22 +++++++++---------- pages/categories/[category].vue | 2 +- pages/categories/index.vue | 39 +++++++++++++++++++-------------- 9 files changed, 65 insertions(+), 62 deletions(-) diff --git a/components/category/card.vue b/components/category/card.vue index b1fde1d..262cdef 100644 --- a/components/category/card.vue +++ b/components/category/card.vue @@ -1,10 +1,12 @@