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.
2 parents 0d7bb10 + 5dab571 commit af460d9Copy full SHA for af460d9
examples/cms-ghost/components/cover-image.js
@@ -18,7 +18,7 @@ export default function CoverImage({ title, url, slug, width, height }) {
18
return (
19
<div className="sm:mx-0">
20
{slug ? (
21
- <Link as={`/posts/${slug}`} href="/posts/[slug]">
+ <Link href={`/posts/${slug}`}>
22
<a aria-label={title}>{image}</a>
23
</Link>
24
) : (
0 commit comments