diff options
author | 2021-11-19 23:03:20 +0000 | |
---|---|---|
committer | 2021-11-19 23:03:20 +0000 | |
commit | 41ada7a1a00d1b9bb9eceabf144592da102fe911 (patch) | |
tree | 7095d03a7919df1b1bf0004e452ebf9cbfb8df5b /docs/src | |
parent | b35e0491842a75fa8fbca594f8d69bd35bb7e3b5 (diff) | |
download | astro-41ada7a1a00d1b9bb9eceabf144592da102fe911.tar.gz astro-41ada7a1a00d1b9bb9eceabf144592da102fe911.tar.zst astro-41ada7a1a00d1b9bb9eceabf144592da102fe911.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/migration/0.21.0.md | 1 |
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. |