diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4ff189f..0dd30fc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -49,7 +49,7 @@ export default async function RootLayout({ > {banner.isBanner && ( -
+
{banner.bannerText}
)} @@ -73,7 +73,7 @@ export default async function RootLayout({
-
+
{children}
{" "} diff --git a/src/app/server/[server]/page.tsx b/src/app/server/[server]/page.tsx index 75f4877..601b48a 100644 --- a/src/app/server/[server]/page.tsx +++ b/src/app/server/[server]/page.tsx @@ -45,18 +45,20 @@ export async function generateMetadata( icons: json.server == null ? undefined - : "https://mcapi.marveldc.me/item/" + + : "https://minehut-server-icons-live.s3.us-west-2.amazonaws.com/" + (json.server.icon == undefined ? "OAK_SIGN" : json.server.icon) + - "?width=64&height=64", + ".png", + twitter: {}, openGraph: { type: "profile", siteName: "MHSF (Minehut Server Finder)", + images: [ { url: - "https://mcapi.marveldc.me/item/" + + "https://minehut-server-icons-live.s3.us-west-2.amazonaws.com/" + json.server.icon + - "?width=64&height=64", + ".png", }, { url: "/favicon.ico",