refactor(blog): improve title of 404 page

This commit is contained in:
Kim, Jimin 2023-07-29 09:17:25 +09:00
parent cf3dd8fd44
commit 71c8c98baa
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -4,7 +4,7 @@ import Card from "@/components/Card"
export const metadata: Metadata = { export const metadata: Metadata = {
metadataBase: new URL("https://blog.developomp.com"), metadataBase: new URL("https://blog.developomp.com"),
title: "404", title: "Page Not Found",
openGraph: { openGraph: {
title: "pomp's blog | Page Not Found", title: "pomp's blog | Page Not Found",
}, },