add logo to embed
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 57s

This commit is contained in:
Lee 2024-04-17 17:46:41 +01:00
parent b57cb41852
commit 1a347108c2

@ -27,6 +27,14 @@ export const metadata: Metadata = {
url: Config.siteUrl, url: Config.siteUrl,
locale: "en_US", locale: "en_US",
type: "website", type: "website",
images: [
{
url: "https://git.fascinated.cc/MinecraftUtilities/Assets/raw/branch/master/logo.png",
},
],
},
twitter: {
card: "summary",
}, },
}; };