diff --git a/app/not-found.jsx b/app/not-found.jsx index bda1814..c99ad43 100644 --- a/app/not-found.jsx +++ b/app/not-found.jsx @@ -2,6 +2,16 @@ import Footer from "@/components/Footer"; import Header from "@/components/Header"; import Link from "next/link"; +export const metadata = { + title: "404 Not Found - MERNMail", + openGraph: { + title: "404 Not Found - MERNMail" + }, + twitter: { + title: "404 Not Found - MERNMail" + } +}; + function NotFound() { return ( <>