diff --git a/src/pages/index.astro b/src/pages/index.astro index 248f45e..4ba55b6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,7 @@ --- import Guesser from "../components/Guesser.svelte"; import screenshot from "../screenshot.png"; +import socialImage from "../social-image.jpg"; --- @@ -18,6 +19,11 @@ import screenshot from "../screenshot.png"; /> ) } + + + + + diff --git a/src/social-image.jpg b/src/social-image.jpg new file mode 100644 index 0000000..5f2d8fa Binary files /dev/null and b/src/social-image.jpg differ