add player page embed desc
All checks were successful
Deploy Website / deploy (push) Successful in 4m18s

This commit is contained in:
Lee 2024-10-15 23:02:30 +01:00
parent 22abdab10b
commit 5998eac6f7
2 changed files with 1 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

@ -95,6 +95,7 @@ export async function generateMetadata(props: Props): Promise<Metadata> {
title: `${player.name}`,
openGraph: {
title: `ScoreSaber Reloaded - ${player.name}`,
description: `Click here to view the scores for ${player.name}!`,
images: [
{
url: `${config.siteApi}/image/player/${player.id}`,