Skip to content

Commit 050a3d4

Browse files
committed
fix: og tag url
1 parent 943d8e4 commit 050a3d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<meta property="og:title" content="Stacky Playground" />
1111
<meta property="og:description" content="The Stacky Language Playground" />
1212
<meta property="og:type" content="website" />
13-
<meta property="og:image" content="https://https:/stacky-language.github.io/playground/summary.png" />
14-
<meta property="og:url" content="https://https:/stacky-language.github.io/playground/" />
13+
<meta property="og:image" content="https://stacky-language.github.io/playground/summary.png" />
14+
<meta property="og:url" content="https://stacky-language.github.io/playground/" />
1515
<meta property="og:site_name" content="Stacky Playground" />
1616
<meta name="twitter:site_name" content="Stacky Playground" />
17-
<meta name="twitter:card" content="summary_large_image" />
17+
<meta name="twitter:card" content="summary" />
1818
<meta name="twitter:title" content="Stacky Playground" />
1919
<meta name="twitter:description" content="The Stacky Language Playground" />
20-
<meta name="twitter:image" content="https://https:/stacky-language.github.io/playground/summary.png" />
20+
<meta name="twitter:image" content="https://stacky-language.github.io/playground/summary.png" />
2121
<title>Stacky Playground</title>
2222
</head>
2323

0 commit comments

Comments
 (0)