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 d298005 commit 8f35a67Copy full SHA for 8f35a67
pages/blog.tsx
@@ -59,7 +59,6 @@ export default function Index({ allPosts }: Props) {
59
<div className="container">
60
{heroPost && (
61
<HeroPost
62
- style={styles.hero}
63
title={heroPost.title}
64
coverImage={heroPost.coverImage}
65
date={heroPost.date}
0 commit comments