Skip to content

Commit 612f239

Browse files
authored
Merge pull request #19 from Global-Tags/fix/embedImageSize
fix: Image size in og embed is too big
2 parents 7caa426 + c45470e commit 612f239

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export const metadata: Metadata = {
2020
openGraph: {
2121
title: 'Home',
2222
siteName: 'GlobalTags'
23+
},
24+
twitter: {
25+
card: 'summary'
2326
}
2427
};
2528

0 commit comments

Comments
 (0)