Skip to content

Commit 51cbfc8

Browse files
committed
chore: Add og:type & twitter:site meta tags
1 parent 3d2ca1d commit 51cbfc8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<meta name="theme-color" content="#673AB8">
1010
<link rel="alternate" type="application/rss+xml" href="https://preactjs.com/feed.xml">
1111
<link rel="alternate" type="application/atom+xml" href="https://preactjs.com/feed.atom">
12+
<meta property="og:type" content="website">
1213
<meta property="og:image" content="https://preactjs.com/og-image.png">
1314
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:site" content="@preactjs">
1416
<link href="https://cdn.jsdelivr.net" rel="preconnect" crossorigin="anonymous">
1517
</head>
1618
<body class="banner">

0 commit comments

Comments
 (0)