Skip to content

Commit fd2a332

Browse files
committed
feat(docs): update og image
1 parent 2ff1285 commit fd2a332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/public/og.jpeg

208 KB
Loading

apps/docs/src/components/Head.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import Default from '@astrojs/starlight/components/Head.astro'
77
<Default {...Astro.props}><slot /></Default>
88

99
<!-- Render the <meta/> tags for the Open Graph images. -->
10-
<meta property="og:image" content="https://rnr-docs.vercel.app/rnr-banner.png" />
11-
<meta name="twitter:image" content="https://rnr-docs.vercel.app/rnr-banner.png" />
10+
<meta property="og:image" content="https://rnr-docs.vercel.app/og.jpeg" />
11+
<meta name="twitter:image" content="https://rnr-docs.vercel.app/og.jpeg" />

0 commit comments

Comments
 (0)