diff options
author | 2021-07-15 15:38:33 -0400 | |
---|---|---|
committer | 2021-07-15 15:38:33 -0400 | |
commit | d7a8a8c4e2812a6d8c8c2033befdcbc568b6e99b (patch) | |
tree | 046bcb338ff9e8663f4d99e7e3cec04577a4163d | |
parent | af358ecee184657f2a0d53d8fe2690185779ada3 (diff) | |
download | astro-d7a8a8c4e2812a6d8c8c2033befdcbc568b6e99b.tar.gz astro-d7a8a8c4e2812a6d8c8c2033befdcbc568b6e99b.tar.zst astro-d7a8a8c4e2812a6d8c8c2033befdcbc568b6e99b.zip |
Update README.md
-rw-r--r-- | packages/astro/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index 209ab9956..204ab6406 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -2,7 +2,10 @@ **Astro** is a _fresh but familiar_ approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default. -Learn more: https://astro.build/blog/introducing-astro + +### [Announcement Post →](https://astro.build/blog/introducing-astro) + +### [Full Documentation Site →](https://docs.astro.build/) ## Project Status |