update again
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s
This commit is contained in:
parent
70a95cc6ce
commit
95737f3db5
@ -45,7 +45,8 @@ async function getData(): Promise<CachedEndpointStatus> {
|
||||
export async function generateMetadata(): Promise<Metadata> {
|
||||
const { endpoints } = await getData();
|
||||
|
||||
const description = Object.entries(endpoints)
|
||||
let description = "The current status of Mojang Services\n\n";
|
||||
description += Object.entries(endpoints)
|
||||
.map(([url, status]) => {
|
||||
return `**${url}**: ${formatStatus(status)}`;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user