diff options
Diffstat (limited to 'examples/docs/src/consts.ts')
-rw-r--r-- | examples/docs/src/consts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/consts.ts b/examples/docs/src/consts.ts index 6486f0325..b29fbcf4f 100644 --- a/examples/docs/src/consts.ts +++ b/examples/docs/src/consts.ts @@ -6,7 +6,7 @@ export const SITE = { export const OPEN_GRAPH = { image: { - src: 'https://github.com/withastro/astro/blob/main/assets/social/banner-minimal.png?raw=true', + src: 'https://github.com/withastro/astro/blob/main/.github/assets/banner.png?raw=true', alt: 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground', |