diff options
-rw-r--r-- | .changeset/eight-garlics-rescue.md | 5 | ||||
-rw-r--r-- | packages/astro/README.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/eight-garlics-rescue.md b/.changeset/eight-garlics-rescue.md new file mode 100644 index 000000000..64f8ac03e --- /dev/null +++ b/.changeset/eight-garlics-rescue.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixed README header aspect ratio diff --git a/packages/astro/README.md b/packages/astro/README.md index bf55e3fd9..263a2f26b 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -1,4 +1,4 @@ -<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" alt="Astro" width="838" height="420" > +<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" /> **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. |