Skip to content

Commit

Permalink
Downgrade Astro to 2.0.2: styles bad in 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Feb 1, 2023
1 parent 82b1bef commit a47d7f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"subfont": "subfont -ir --no-fallbacks --silent --root dist"
},
"devDependencies": {
"@astrojs/image": "^0.13.1",
"@astrojs/mdx": "^0.15.2",
"@astrojs/image": "0.13.0",
"@astrojs/mdx": "^0.15.0",
"@astrojs/partytown": "^1.0.3",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "3.0.0",
"@astrolib/analytics": "^0.3.0",
"@astrolib/seo": "^0.3.0",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"astro": "^2.0.4",
"astro": "2.0.2",
"astro-compress": "1.1.28",
"astro-icon": "^0.8.0",
"eslint": "^8.33.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/blog/SinglePost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const { post, url } = Astro.props;
</>
)
}
{' '}·{' '}{post.readingTime} min read
{post.readingTime && <> · {post.readingTime} min read</>}
</p>
</div>
<h1
Expand Down

0 comments on commit a47d7f6

Please sign in to comment.