From 6970783b1a233bc0c5f60a8d7053dc28bd40de9b Mon Sep 17 00:00:00 2001 From: Andres Date: Thu, 10 Apr 2025 04:03:27 +0200 Subject: [PATCH] fix opengraph? --- content/docs/getting-started/multiplayer-balance-changes.mdx | 2 +- src/app/docs-og/[...slug]/route.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/getting-started/multiplayer-balance-changes.mdx b/content/docs/getting-started/multiplayer-balance-changes.mdx index 4745048..a173565 100644 --- a/content/docs/getting-started/multiplayer-balance-changes.mdx +++ b/content/docs/getting-started/multiplayer-balance-changes.mdx @@ -1,6 +1,6 @@ --- title: Balance Changes & Adjustments -description: Learn about the multiplayer balance changes in Balatro MP, including new multiplayer jokers, celestial pack additions, and adjustments to glass cards and tarot packs. +description: Learn about the multiplayer balance changes in Balatro MP, including new jokers, planet cards, and adjustments to glass cards and tarot cards. --- ## Jokers diff --git a/src/app/docs-og/[...slug]/route.tsx b/src/app/docs-og/[...slug]/route.tsx index 6124441..f24bae2 100644 --- a/src/app/docs-og/[...slug]/route.tsx +++ b/src/app/docs-og/[...slug]/route.tsx @@ -5,7 +5,7 @@ export const GET = metadataImage.createAPI((page) => { return generateOGImage({ title: page.data.title, description: page.data.description, - site: 'My App', + site: 'Balatro Multiplayer', }) })