Skip to content

Commit a511e16

Browse files
committed
standar size / unique og image
1 parent 5366f68 commit a511e16

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

app/[[...path]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export async function generateMetadata(props: MetadataProps): Promise<Metadata>
203203
let customCanonicalTag;
204204
let description =
205205
'Self-hosted and cloud-based application performance monitoring &amp; error tracking that helps software teams see clearer, solve quicker, &amp; learn continuously.';
206-
const images = [{url: `${previewDomain ?? domain}/meta.jpg`, width: 1200, height: 822}];
206+
const images = [{url: `${previewDomain ?? domain}/og.png`, width: 1200, height: 630}];
207207

208208
const rootNode = await getDocsRootNode();
209209

public/meta.jpg

-111 KB
Binary file not shown.

public/og.png

-892 KB
Loading

0 commit comments

Comments
 (0)