From bf01c8bf67cf9e8fa6e772e9cde1919be1db28d8 Mon Sep 17 00:00:00 2001 From: Sujaykumar Date: Mon, 17 Oct 2022 19:59:53 +0530 Subject: [PATCH] Fix missing image src in config for examples docs (#5109) --- examples/docs/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index b8258b1f7..8ca1b577c 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/withastro/astro/blob/main/assets/social/banner.jpg?raw=true', + src: 'https://github.com/withastro/astro/blob/main/assets/social/banner-minimal.png?raw=true', alt: 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground',