Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit c751c58

Browse files
committed
fixed typo
1 parent 3c0a098 commit c751c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/layout/PageLayout/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const PageLayout: React.FC<Props> = (props) => {
112112
content={`Image for "${metaTitle}"`}
113113
/>
114114
)}
115+
<meta name="twitter:card" content="summary_large_image" />
115116

116117
{/* Keywords */}
117118
{keywords && keywords.length > 0 && (

0 commit comments

Comments
 (0)