This commit is contained in:
parent
84c25cafd4
commit
7c26da73b2
@ -17,8 +17,13 @@ export async function generateMetadata({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
title: `${player.name} - Scoresaber Leaderboards`,
|
title: `${player.name}`,
|
||||||
description: `View ${player.name}'s scores, top plays, and more.,
test`,
|
description: `
|
||||||
|
View ${player.name}'s scores, top plays, and more.

|
||||||
|
Rank: #${player.rank} (${player.countryRank} - ${player.country})

|
||||||
|
PP: ${player.pp}

|
||||||
|
Play Count: ${player.scoreStats.totalPlayCount}

|
||||||
|
`,
|
||||||
openGraph: {
|
openGraph: {
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user