We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a7ffb commit 3afa178Copy full SHA for 3afa178
index.html
@@ -29,6 +29,11 @@
29
<meta proprety="og:url" content="https://jumpyjacko.github.io/" />
30
<meta property="og:image" content="https://jumpyjacko.github.io/images/website-embed-image.png" />
31
<meta property="og:type" content="website" />
32
+
33
+ <meta name="twitter:card" content="summary_large_image" />
34
+ <meta name="twitter:title" content="jumpyjacko's awesome website" />
35
+ <meta name="twitter:description" content="definitely not written with a really heavy framework!" />
36
+ <meta name="twitter:image" content="https://jumpyjacko.github.io/images/website-embed-image.png" />
37
</head>
38
<body class="bg-cream text-midnight dark:bg-midnight dark:text-cream">
39
<div id="app"></div>
0 commit comments