We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb83bed commit ac2f07aCopy full SHA for ac2f07a
app/not-found.tsx
@@ -7,8 +7,8 @@ import { generateMetadata } from "utils/metadata"
7
8
export const metadata: Metadata = generateMetadata({
9
path: "/",
10
- title: "Not Found | Jitendra Nirnejak",
11
- description: "Portfolio Website of Jitendra Nirnejak, Developer and Designer",
+ title: "Not Found | Next.js App",
+ description: "Page not found on Next.js Typescript Starter",
12
})
13
14
const NotFound: React.FC = () => {
0 commit comments