fix(blog): invalid export

This commit is contained in:
Kim, Jimin 2024-04-28 00:33:52 +09:00
parent e21489c908
commit a5f17126b9
Signed by: pomp
GPG key ID: 2B516173EDD492EB
4 changed files with 5 additions and 6 deletions

View file

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