This commit is contained in:
2024-10-08 22:22:30 -04:00
parent 6f9de5aa9f
commit db099120b8
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -1,6 +1,7 @@
---
import Guesser from "../components/Guesser.svelte";
import screenshot from "../screenshot.png";
import socialImage from "../social-image.jpg";
---
<html>
@@ -18,6 +19,11 @@ import screenshot from "../screenshot.png";
/>
)
}
<meta property="og:title" content="The Boston Train Quiz" />
<meta property="og:type" content="website" />
<meta property="og:image" content={socialImage.src} />
<meta property="og:url" content="https://trains.clb.li" />
</head>
<body>
<Guesser client:load />
Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB