Skip to content

Commit e876bfd

Browse files
committed
feat: add Twitter video metadata
1 parent edb824f commit e876bfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<meta name="url" content="https://babaoglu.dev">
1111
<meta property="og:video" content="/locked.mp4">
1212
<meta property="og:video:type" content="video/mp4">
13+
<meta property="twitter:card" content="player"/>
14+
<meta property="twitter:player:stream" content="/locked.mp4"/>
15+
<meta property="twitter:player:stream:content_type" content="video/mp4"/>
1316
</head>
1417
<body class="overflow-x-hidden bg-gruvbox-dark text-gruvbox-milk font-mono">
1518
<div id="app"></div>

0 commit comments

Comments
 (0)