From 1a347108c282806242cdc4a624a717cd6e2b9492 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 17 Apr 2024 17:46:41 +0100 Subject: [PATCH] add logo to embed --- src/app/layout.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4de7fac..6c2c8e7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,6 +27,14 @@ export const metadata: Metadata = { url: Config.siteUrl, locale: "en_US", type: "website", + images: [ + { + url: "https://git.fascinated.cc/MinecraftUtilities/Assets/raw/branch/master/logo.png", + }, + ], + }, + twitter: { + card: "summary", }, };