0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] yarn format

This commit is contained in:
FredKSchott 2021-11-19 23:03:20 +00:00 committed by GitHub Actions
parent b35e049184
commit 41ada7a1a0

View file

@ -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.