fix: page and OpenGraph titles

This commit is contained in:
Kim, Jimin 2024-04-28 00:20:21 +09:00
parent 2f66a1dc88
commit d422953ad7
Signed by: pomp
GPG key ID: 2B516173EDD492EB
3 changed files with 9 additions and 4 deletions

View file

@ -30,10 +30,12 @@ import Image from "next/image"
import Footer from "@/components/Footer"
import Header from "@/components/Header"
export const titlePrefix = "pomp's blog | "
export const metadata: Metadata = {
metadataBase: new URL("https://blog.developomp.com"),
title: {
template: "pomp's blog | %s",
template: `${titlePrefix}%s`,
default: "",
},
description: "developomp's Blog",