This commit is contained in:
Lee
2024-10-15 19:31:50 +01:00
parent f303794f5c
commit d56a85c342
5 changed files with 86 additions and 60 deletions

View File

@ -97,7 +97,7 @@ export async function generateMetadata(props: Props): Promise<Metadata> {
title: `ScoreSaber Reloaded - ${player.name}`,
images: [
{
url: `${config.siteApi}/player/og/${player.id}`,
url: `${config.siteApi}/image/player/${player.id}`,
},
],
},