fixed the specified bugs

This commit is contained in:
Ebube
2023-09-13 00:34:26 +01:00
parent 18baab3c1b
commit ecdf2590a5
6 changed files with 127 additions and 154 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ function BlogDetail() {
{ link: "/", title: "Home" },
{ link: "/blog", title: "Blogs" },
{
link: "/blog/blogdetail",
link: `/blog/blogdetail/${id}`,
title: blogItem ? blogItem.post_title : "Post not found",
},
]}