From 27f7d3dd2ce5a061b7285ff76f148f46105484f7 Mon Sep 17 00:00:00 2001 From: Andres Date: Fri, 4 Apr 2025 11:40:11 +0200 Subject: [PATCH] add correct metadata --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f70cf3b..0070c66 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,8 @@ import { NextIntlClientProvider } from 'next-intl' import { getLocale } from 'next-intl/server' export const metadata: Metadata = { - title: 'Create T3 App', - description: 'Generated by create-t3-app', + title: 'Balatro Multiplayer', + description: 'Unofficial (for now) stats for the Balatro Multiplayer Mod', icons: [{ rel: 'icon', url: '/favicon.ico' }], }