This commit is contained in:
parent
cb9c297351
commit
b1cbd7a3fa
@ -13,6 +13,7 @@ export const metadata: Metadata = {
|
||||
template: ssrSettings.siteName + " - %s",
|
||||
default: ssrSettings.siteName,
|
||||
},
|
||||
metadataBase: new URL(ssrSettings.siteUrl),
|
||||
openGraph: {
|
||||
title: ssrSettings.siteName,
|
||||
description: "Aggregate your scores with other leaderboards together!",
|
||||
|
@ -27,12 +27,12 @@ export async function generateMetadata({
|
||||
title: `${player.name}`,
|
||||
description: description,
|
||||
openGraph: {
|
||||
type: "website",
|
||||
title: `${ssrSettings.siteName} - ${player.name}`,
|
||||
description: description,
|
||||
images: [
|
||||
{
|
||||
url: player.profilePicture,
|
||||
type: "article",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user