diff options
author | 2021-09-30 17:28:53 +1000 | |
---|---|---|
committer | 2021-09-30 00:28:53 -0700 | |
commit | ee275831118c09c106c5d3501ebf5e9b4ffa89f3 (patch) | |
tree | 091eb80f81193b538f747fe6922cd266c8bb6f5d /examples/docs/src/config.ts | |
parent | 8c3221a0df658dcab16a7fc04243c6217be0cc3d (diff) | |
download | astro-ee275831118c09c106c5d3501ebf5e9b4ffa89f3.tar.gz astro-ee275831118c09c106c5d3501ebf5e9b4ffa89f3.tar.zst astro-ee275831118c09c106c5d3501ebf5e9b4ffa89f3.zip |
Do we really need a massive 5MB+ banner that takes multiple seconds to load when people open the readme? (#1459)
* 5MB PNG > 789K JPG
* Different RAW address
* Revert "Different RAW address"
This reverts commit db47b992116c04a1abfccbe6ce6e43e82e61a621.
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r-- | examples/docs/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index a892aedda..3efd4a3a6 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -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', |