This commit is contained in:
parent
84c25cafd4
commit
7c26da73b2
@ -17,8 +17,13 @@ export async function generateMetadata({
|
||||
}
|
||||
|
||||
return {
|
||||
title: `${player.name} - Scoresaber Leaderboards`,
|
||||
description: `View ${player.name}'s scores, top plays, and more.,
test`,
|
||||
title: `${player.name}`,
|
||||
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: {
|
||||
images: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user