Skip to content

Commit c7d6c08

Browse files
committed
WIP 818f5
1 parent 1d8af07 commit c7d6c08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/site/lib/create-metadata.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ export const createMetadata = ({
6363
description,
6464
openGraph: {
6565
siteName: "Turborepo",
66+
images: [
67+
createOgImagePath({
68+
title: canonicalPath === "/" ? "" : title,
69+
canonicalPath,
70+
}),
71+
],
6672
url: canonicalPath,
6773
},
6874
alternates: {

0 commit comments

Comments
 (0)