fix server 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
77d03e79e9
commit
b57cb41852
@ -70,7 +70,7 @@ export async function generateMetadata({ params: { platform, hostname } }: Param
|
||||
|
||||
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 += "Click to view more information about the server.";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user