Different RAW address

This commit is contained in:
Joshua Byrd 2021-09-30 09:07:26 +10:00
parent 93b2a6fdfd
commit db47b99211
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -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.