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
|
? styles.selected
|
||||||
: ""
|
: ""
|
||||||
}`}
|
}`}
|
||||||
href={`/blog/${properties.default ? "" : id}`}
|
href={properties.default ? "/blog" : `/blog/${id}`}>
|
||||||
>
|
|
||||||
{properties.title}
|
{properties.title}
|
||||||
</a>
|
</a>
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue