From d3c28af301e9500a9ef365216447a7ae2709e002 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Thu, 27 Jun 2024 00:26:45 +0600 Subject: [PATCH] Fix title issue and seo data Signed-off-by: nurRiyad --- components/footer/connect.vue | 4 ++-- components/main/recent.vue | 1 - components/main/trending.vue | 1 - data/index.ts | 6 ++++-- nuxt.config.ts | 11 ++++++----- pages/[...slug].vue | 10 ++++++++++ pages/about.vue | 14 ++++++++++++-- pages/blogs/[blog].vue | 9 +++++---- pages/blogs/index.vue | 1 - pages/categories/[category].vue | 1 - pages/categories/index.vue | 1 - pages/index.vue | 5 +++-- 12 files changed, 42 insertions(+), 22 deletions(-) diff --git a/components/footer/connect.vue b/components/footer/connect.vue index 274d1d1..ce5d9c5 100644 --- a/components/footer/connect.vue +++ b/components/footer/connect.vue @@ -1,5 +1,5 @@