summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/migration/0.21.0.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/pages/migration/0.21.0.md b/docs/src/pages/migration/0.21.0.md
index c60542136..04dd7f7b6 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.