mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Compress banner image (#9493)
This commit is contained in:
parent
3b0eaed3b5
commit
05d923db53
3 changed files with 2 additions and 2 deletions
BIN
.github/assets/banner.jpg
vendored
Normal file
BIN
.github/assets/banner.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
|
@ -1,4 +1,4 @@
|
|||
![Build the web you want](.github/assets/banner.png 'Build the web you want')
|
||||
![Build the web you want](.github/assets/banner.jpg 'Build the web you want')
|
||||
|
||||
<p align="center">
|
||||
<br/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<br/>
|
||||
<p align="center">
|
||||
<img src="../../.github/assets/banner.png" alt="Build the web you want">
|
||||
<img src="../../.github/assets/banner.jpg" alt="Build the web you want">
|
||||
<br/><br/>
|
||||
<a href="https://astro.build">Astro</a> is the all-in-one web framework designed for speed.
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue