Compare commits
2 Commits
f4f51b8912
...
54c116b85c
Author | SHA1 | Date | |
---|---|---|---|
54c116b85c | |||
d5187aff6c |
@ -27,7 +27,7 @@
|
||||
]
|
||||
},
|
||||
"viewport": {
|
||||
"themeColor": "minecraft-green-1"
|
||||
"themeColor": "hsl(var(--minecraft-green-2))"
|
||||
},
|
||||
"navbarLinks": {
|
||||
"Player": "/player",
|
||||
|
2
Frontend/public/robots.txt
Normal file
2
Frontend/public/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-Agent: *
|
||||
Allow: /
|
@ -79,8 +79,8 @@ export const generateMetadata = async ({
|
||||
try {
|
||||
const player: CachedPlayer = await getPlayer(query); // Get the player to embed
|
||||
return Embed({
|
||||
title: `${player.username}'s Player`,
|
||||
description: `UUID: \`${player.uniqueId}\`\n\nClick to view data about this player.`,
|
||||
title: `${player.username}'s Profile${player.legacy && " (Legacy)"}`,
|
||||
description: `UUID: ${player.uniqueId}\n\nClick to view data about this player.`,
|
||||
thumbnail: player.skin.parts.HEAD,
|
||||
});
|
||||
} catch (err) {
|
||||
|
Reference in New Issue
Block a user