add logo to embed
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 57s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 57s
This commit is contained in:
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",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user