From f25c4dff8c9e95804918688fbd67e693ad7d8c9b Mon Sep 17 00:00:00 2001 From: Al Asad Nur Riyad Date: Thu, 4 May 2023 02:23:50 +0600 Subject: [PATCH] Update header and add catch all route page Signed-off-by: Al Asad Nur Riyad --- components/archive/hero.vue | 2 +- components/main/header.vue | 24 +++++++++++++----------- pages/[...slug].vue | 5 +++++ 3 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 pages/[...slug].vue diff --git a/components/archive/hero.vue b/components/archive/hero.vue index 254534d..b21c6bc 100644 --- a/components/archive/hero.vue +++ b/components/archive/hero.vue @@ -3,7 +3,7 @@

- Archive + All Blogs

Here you will find all the blog posts I have written & published on this site.

diff --git a/components/main/header.vue b/components/main/header.vue index 036784d..62eb115 100644 --- a/components/main/header.vue +++ b/components/main/header.vue @@ -1,31 +1,33 @@