5MB PNG > 789K JPG
This commit is contained in:
parent
8c3221a0df
commit
93b2a6fdfd
3 changed files with 2 additions and 2 deletions
BIN
assets/social/banner.jpg
Normal file
BIN
assets/social/banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 770 KiB |
|
@ -6,7 +6,7 @@ export const SITE = {
|
|||
|
||||
export const OPEN_GRAPH = {
|
||||
image: {
|
||||
src: 'https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true',
|
||||
src: 'https://github.com/snowpackjs/astro/blob/main/assets/social/banner.jpg?raw=true',
|
||||
alt: 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground',
|
||||
},
|
||||
twitter: 'astrodotbuild',
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" />
|
||||
<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.jpg?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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue