We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac68f16 commit ddb6096Copy full SHA for ddb6096
examples/cms-builder-io/components/hero-post.js
@@ -19,7 +19,7 @@ export default function HeroPost({
19
<div className="md:grid md:grid-cols-2 md:col-gap-16 lg:col-gap-8 mb-20 md:mb-28">
20
<div>
21
<h3 className="mb-4 text-4xl lg:text-6xl leading-tight">
22
- <Link as={`/posts/${slug}`} href="/posts/[slug]">
+ <Link href={`/posts/${slug}`}>
23
<a className="hover:underline">{title}</a>
24
</Link>
25
</h3>
0 commit comments