mirror of
https://github.com/ershisan99/www.git
synced 2025-12-18 05:19:23 +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'
|
import { Geist } from 'next/font/google'
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Balatro Multiplayer',
|
title: {
|
||||||
|
template: '%s | Balatro Multiplayer',
|
||||||
|
default: 'Balatro Multiplayer',
|
||||||
|
},
|
||||||
description: 'The official Balatro Multiplayer Mod website',
|
description: 'The official Balatro Multiplayer Mod website',
|
||||||
metadataBase: new URL('https://balatromp.com'),
|
metadataBase: new URL('https://balatromp.com'),
|
||||||
icons: [{ rel: 'icon', url: '/favicon.ico' }],
|
icons: [{ rel: 'icon', url: '/favicon.ico' }],
|
||||||
|
|||||||
Reference in New Issue
Block a user