Downgrade Astro to 2.0.2: styles bad in 2.0.4
This commit is contained in:
@ -36,7 +36,7 @@ const { post, url } = Astro.props;
|
||||
</>
|
||||
)
|
||||
}
|
||||
{' '}·{' '}{post.readingTime} min read
|
||||
{post.readingTime && <> · {post.readingTime} min read</>}
|
||||
</p>
|
||||
</div>
|
||||
<h1
|
||||
|
Reference in New Issue
Block a user