From 1e2c3dbcc321a688dc714807f392cccc97a543c2 Mon Sep 17 00:00:00 2001 From: Andres Date: Thu, 10 Apr 2025 04:00:28 +0200 Subject: [PATCH] fix opengraph? --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2d6ae4a..b0ad88f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,6 +11,7 @@ import { Geist } from 'next/font/google' export const metadata: Metadata = { title: 'Balatro Multiplayer', description: 'The official Balatro Multiplayer Mod website', + metadataBase: new URL('https://balatromp.com'), icons: [{ rel: 'icon', url: '/favicon.ico' }], }