fixed the specified bugs
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user