Skip to content

Commit a41411f

Browse files
authored
fix(docs): update og banner for social meta tags (#1098)
* fix(docs): update og banner for social meta tags * chore: optimise image
1 parent adbd017 commit a41411f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.changeset/flat-pandas-appear.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---
Loading

packages/apps/docs/src/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const MyApp = ({
5757
}, [router.isReady]);
5858

5959
const { title, description, headerImage, authorInfo } = props.frontmatter;
60-
const defaultImagePath = '/assets/blog/2023/0_s-vXIU_stFVOsfim.png';
60+
const defaultImagePath = '/assets/og_banner.jpeg';
6161
const ogImage = headerImage
6262
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}${headerImage}`
6363
: `https://${process.env.NEXT_PUBLIC_VERCEL_URL}${defaultImagePath}`;

0 commit comments

Comments
 (0)