does this work?
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 58s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 58s
This commit is contained in:
parent
54c116b85c
commit
ae4ece4ee5
@ -27,7 +27,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"viewport": {
|
"viewport": {
|
||||||
"themeColor": "hsl(var(--minecraft-green-2))"
|
"themeColor": "hsl(107 55% 34%)"
|
||||||
},
|
},
|
||||||
"navbarLinks": {
|
"navbarLinks": {
|
||||||
"Player": "/player",
|
"Player": "/player",
|
||||||
|
@ -79,7 +79,7 @@ export const generateMetadata = async ({
|
|||||||
try {
|
try {
|
||||||
const player: CachedPlayer = await getPlayer(query); // Get the player to embed
|
const player: CachedPlayer = await getPlayer(query); // Get the player to embed
|
||||||
return Embed({
|
return Embed({
|
||||||
title: `${player.username}'s Profile${player.legacy && " (Legacy)"}`,
|
title: `${player.username}'s Profile`,
|
||||||
description: `UUID: ${player.uniqueId}\n\nClick to view data about this player.`,
|
description: `UUID: ${player.uniqueId}\n\nClick to view data about this player.`,
|
||||||
thumbnail: player.skin.parts.HEAD,
|
thumbnail: player.skin.parts.HEAD,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user