summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/social/banner.jpgbin0 -> 788741 bytes
-rw-r--r--examples/docs/src/config.ts2
-rw-r--r--packages/astro/README.md2
3 files changed, 2 insertions, 2 deletions
diff --git a/assets/social/banner.jpg b/assets/social/banner.jpg
new file mode 100644
index 000000000..3143ddb10
--- /dev/null
+++ b/assets/social/banner.jpg
Binary files differ
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',
diff --git a/packages/astro/README.md b/packages/astro/README.md
index 702ad28e4..e10e65c0e 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" />
+<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.