fix(blog): invalid export
This commit is contained in:
parent
e21489c908
commit
a5f17126b9
4 changed files with 5 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue