Downgrade Astro to 2.0.2: styles bad in 2.0.4
This commit is contained in:
10
package.json
10
package.json
@ -14,19 +14,19 @@
|
|||||||
"subfont": "subfont -ir --no-fallbacks --silent --root dist"
|
"subfont": "subfont -ir --no-fallbacks --silent --root dist"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/image": "^0.13.1",
|
"@astrojs/image": "0.13.0",
|
||||||
"@astrojs/mdx": "^0.15.2",
|
"@astrojs/mdx": "^0.15.0",
|
||||||
"@astrojs/partytown": "^1.0.3",
|
"@astrojs/partytown": "^1.0.3",
|
||||||
"@astrojs/rss": "^2.1.0",
|
"@astrojs/rss": "^2.1.0",
|
||||||
"@astrojs/sitemap": "^1.0.1",
|
"@astrojs/sitemap": "^1.0.0",
|
||||||
"@astrojs/tailwind": "^3.0.1",
|
"@astrojs/tailwind": "3.0.0",
|
||||||
"@astrolib/analytics": "^0.3.0",
|
"@astrolib/analytics": "^0.3.0",
|
||||||
"@astrolib/seo": "^0.3.0",
|
"@astrolib/seo": "^0.3.0",
|
||||||
"@fontsource/inter": "^4.5.15",
|
"@fontsource/inter": "^4.5.15",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
||||||
"@typescript-eslint/parser": "^5.50.0",
|
"@typescript-eslint/parser": "^5.50.0",
|
||||||
"astro": "^2.0.4",
|
"astro": "2.0.2",
|
||||||
"astro-compress": "1.1.28",
|
"astro-compress": "1.1.28",
|
||||||
"astro-icon": "^0.8.0",
|
"astro-icon": "^0.8.0",
|
||||||
"eslint": "^8.33.0",
|
"eslint": "^8.33.0",
|
||||||
|
@ -36,7 +36,7 @@ const { post, url } = Astro.props;
|
|||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{' '}·{' '}{post.readingTime} min read
|
{post.readingTime && <> · {post.readingTime} min read</>}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h1
|
<h1
|
||||||
|
Reference in New Issue
Block a user