From 69409e3543b3d0752e07f98f0da42164001d7759 Mon Sep 17 00:00:00 2001 From: Andres Date: Sat, 12 Apr 2025 14:21:41 +0200 Subject: [PATCH] modify title template --- src/app/layout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' }],