diff --git a/docs/src/pages/migration/0.21.0.md b/docs/src/pages/migration/0.21.0.md index c60542136a..04dd7f7b69 100644 --- a/docs/src/pages/migration/0.21.0.md +++ b/docs/src/pages/migration/0.21.0.md @@ -88,7 +88,6 @@ Previously, you could create mini Astro Components inside of the Astro Frontmatt To migrate to v0.21, please convert all JSX Astro components (that is, any Astro components created inside of another component's frontmatter) to standalone components. - ## Environment Variables In Astro v0.21, environment variables can be loaded from `.env` files in your project directory.