refactor(portfolio): improve page title for 404
This commit is contained in:
parent
acd2a14c13
commit
7b7aedc281
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { type Metadata } from "next"
|
|||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL("https://portfolio.developomp.com"),
|
||||
title: "404",
|
||||
title: "pomp's portfolio | Page Not Found",
|
||||
openGraph: {
|
||||
title: "pomp's portfolio | Page Not Found",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue