From 214458e9cb54ad1df51907d410deed8530965c47 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Sat, 18 Nov 2023 15:54:17 +0600 Subject: [PATCH] Fix tag issue Signed-off-by: nurRiyad --- components/category/card.vue | 7 ++++--- components/category/topic.vue | 4 ++-- pages/categories/[category].vue | 36 ++++++++++++++++----------------- pages/categories/index.vue | 6 ++---- 4 files changed, 25 insertions(+), 28 deletions(-) diff --git a/components/category/card.vue b/components/category/card.vue index 613e5bf..b1fde1d 100644 --- a/components/category/card.vue +++ b/components/category/card.vue @@ -33,16 +33,17 @@ const picAColor = ref(`${color.at(getRandomInt(0, 8))}`) diff --git a/components/category/topic.vue b/components/category/topic.vue index b548601..ee0028a 100644 --- a/components/category/topic.vue +++ b/components/category/topic.vue @@ -17,8 +17,8 @@ const category = computed(() => { diff --git a/pages/categories/index.vue b/pages/categories/index.vue index 8cf4edf..18ebbc2 100644 --- a/pages/categories/index.vue +++ b/pages/categories/index.vue @@ -24,7 +24,7 @@ useHead({ { name: 'description', content: - 'Blow All the topics are listed on which either I have written a blog or will write a blog in near future.', + 'Below All the topics are listed on which either I have written a blog or will write a blog in near future.', }, ], titleTemplate: 'Riyad\'s Blog - %s', @@ -37,9 +37,7 @@ defineOgImage()
- +