fix opengraph?

This commit is contained in:
2025-04-10 04:03:27 +02:00
parent 1e2c3dbcc3
commit 6970783b1a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
--- ---
title: Balance Changes & Adjustments 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 ## Jokers

View File

@@ -5,7 +5,7 @@ export const GET = metadataImage.createAPI((page) => {
return generateOGImage({ return generateOGImage({
title: page.data.title, title: page.data.title,
description: page.data.description, description: page.data.description,
site: 'My App', site: 'Balatro Multiplayer',
}) })
}) })