Fix issue on blog
This commit is contained in:
parent
cf7077078f
commit
eafdabfd08
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ const { filteredPosts, categoryProperties } = Astro.props
|
|||
? styles.selected
|
||||
: ""
|
||||
}`}
|
||||
href={`/blog/${properties.default ? "" : id}`}
|
||||
>
|
||||
href={properties.default ? "/blog" : `/blog/${id}`}>
|
||||
{properties.title}
|
||||
</a>
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue