fix: page and OpenGraph titles
This commit is contained in:
parent
2f66a1dc88
commit
d422953ad7
3 changed files with 9 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue