Fix missing image src in config for examples docs (#5109)
This commit is contained in:
parent
ce01225a70
commit
bf01c8bf67
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue