mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 21:09:22 +00:00
modify title template
This commit is contained in:
@@ -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' }],
|
||||
|
||||
Reference in New Issue
Block a user