From 41ada7a1a00d1b9bb9eceabf144592da102fe911 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Fri, 19 Nov 2021 23:03:20 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/migration/0.21.0.md | 1 - 1 file changed, 1 deletion(-) 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.