Fix link
This commit is contained in:
parent
4ae67be827
commit
d0b92e6a49
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export function PostPreview({
|
||||||
<CoverImage slug={slug} title={title} src={coverImage} />
|
<CoverImage slug={slug} title={title} src={coverImage} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-3xl mb-3 leading-snug">
|
<h3 className="text-3xl mb-3 leading-snug">
|
||||||
<Link href={`/posts/${slug}`} className="hover:underline">
|
<Link href={`/blog/${slug}`} className="hover:underline">
|
||||||
{title}
|
{title}
|
||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in a new issue