diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5dbad4a..e142b4b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,7 +10,10 @@ import PlausibleProvider from 'next-plausible' import { Geist } from 'next/font/google' export const metadata: Metadata = { - title: 'Balatro Multiplayer', + title: { + template: '%s | Balatro Multiplayer', + default: 'Balatro Multiplayer', + }, description: 'The official Balatro Multiplayer Mod website', metadataBase: new URL('https://balatromp.com'), icons: [{ rel: 'icon', url: '/favicon.ico' }],