From db47b992116c04a1abfccbe6ce6e43e82e61a621 Mon Sep 17 00:00:00 2001
From: Joshua Byrd <phocks@gmail.com>
Date: Thu, 30 Sep 2021 09:07:26 +1000
Subject: [PATCH] Different RAW address

---
 examples/docs/src/config.ts | 2 +-
 packages/astro/README.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts
index 3efd4a3a6f..2c818c5373 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.jpg?raw=true',
+    src: 'https://raw.githubusercontent.com/phocks/astro/main/assets/social/banner.jpg',
     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 e10e65c0e4..bb4ccdcc63 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.jpg?raw=true" />
+<img src="https://raw.githubusercontent.com/phocks/astro/main/assets/social/banner.jpg" />
 
 **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.