fix server embed
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 57s

This commit is contained in:
Lee 2024-04-17 17:43:39 +01:00
parent 77d03e79e9
commit b57cb41852

@ -70,7 +70,7 @@ export async function generateMetadata({ params: { platform, hostname } }: Param
const favicon = server ? getFavicon(platform, server) : undefined; const favicon = server ? getFavicon(platform, server) : undefined;
let description = `Hostname:${serverHostname}\n`; let description = `Hostname: ${serverHostname}\n`;
description += `${players.online}/${players.max} players online\n\n`; description += `${players.online}/${players.max} players online\n\n`;
description += "Click to view more information about the server."; description += "Click to view more information about the server.";