feat: a more adaptive way to show the title & remove redundant path
This commit is contained in:
parent
d33b2be49e
commit
ba9a44a944
6 changed files with 9 additions and 8 deletions
|
@ -35,7 +35,6 @@ const cover = customFeaturedImage || matchedImage_src?.src || `/post/${slug}/fea
|
|||
|
||||
<Layout
|
||||
title={entry.data.title}
|
||||
path={`~/grassblock/micr0blog/blog/${slug}`}
|
||||
description={entry.data.description}
|
||||
ogImage={cover}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue