refactor(blog): improve title of 404 page
This commit is contained in:
parent
cf3dd8fd44
commit
71c8c98baa
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue