We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abde166 commit c3a7ffbCopy full SHA for c3a7ffb
2 files changed
index.html
@@ -22,6 +22,13 @@
22
window.matchMedia("(prefers-color-scheme: dark)").matches),
23
);
24
</script>
25
+
26
+ <meta name="description" content="A totally awesome website" />
27
+ <meta property="og:title" content="jumpyjacko's awesome website" />
28
+ <meta property="og:description" content="definitely not written with a really heavy framework!" />
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
</head>
33
<body class="bg-cream text-midnight dark:bg-midnight dark:text-cream">
34
<div id="app"></div>
public/images/website-embed-image.png
39.1 KB
0 commit comments