Skip to content

Commit af460d9

Browse files
authored
Merge pull request #2 from styxlab/review-leerob
remove as
2 parents 0d7bb10 + 5dab571 commit af460d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cms-ghost/components/cover-image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function CoverImage({ title, url, slug, width, height }) {
1818
return (
1919
<div className="sm:mx-0">
2020
{slug ? (
21-
<Link as={`/posts/${slug}`} href="/posts/[slug]">
21+
<Link href={`/posts/${slug}`}>
2222
<a aria-label={title}>{image}</a>
2323
</Link>
2424
) : (

0 commit comments

Comments
 (0)