diff options
author | 2023-03-06 14:03:33 -0600 | |
---|---|---|
committer | 2023-03-06 14:03:33 -0600 | |
commit | 8ebf4b7481ad783243badec6866aeb4cdd4005c3 (patch) | |
tree | 57c1b1a4b13c80c1053e707656fb78d223df938a /examples/docs | |
parent | afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808 (diff) | |
download | astro-8ebf4b7481ad783243badec6866aeb4cdd4005c3.tar.gz astro-8ebf4b7481ad783243badec6866aeb4cdd4005c3.tar.zst astro-8ebf4b7481ad783243badec6866aeb4cdd4005c3.zip |
chore: update branding assets (#6436)
Diffstat (limited to 'examples/docs')
-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', |