fix status page embed
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m3s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m3s
This commit is contained in:
parent
03cdef9d23
commit
19f52d8575
@ -65,7 +65,7 @@ export async function generateMetadata(): Promise<Metadata> {
|
||||
for (const endpoint of endpoints) {
|
||||
const { name, hostname, status } = endpoint;
|
||||
|
||||
description += `${name} (${hostname}): ${status}\n`;
|
||||
description += `${name}: ${capitalizeFirstLetter(status.toLowerCase())}\n`;
|
||||
}
|
||||
|
||||
return generateEmbed({
|
||||
|
Loading…
Reference in New Issue
Block a user