Skip to content

Commit ac2f07a

Browse files
committed
Not Found: metadata updated
1 parent fb83bed commit ac2f07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/not-found.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { generateMetadata } from "utils/metadata"
77

88
export const metadata: Metadata = generateMetadata({
99
path: "/",
10-
title: "Not Found | Jitendra Nirnejak",
11-
description: "Portfolio Website of Jitendra Nirnejak, Developer and Designer",
10+
title: "Not Found | Next.js App",
11+
description: "Page not found on Next.js Typescript Starter",
1212
})
1313

1414
const NotFound: React.FC = () => {

0 commit comments

Comments
 (0)