We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1f026 commit fe879feCopy full SHA for fe879fe
app/[username]/not-found.js
@@ -1,6 +1,10 @@
1
import Link from 'next/link';
2
import { FaHome } from 'react-icons/fa';
3
4
+export const metadata = {
5
+ title: 'User Not Found!',
6
+}
7
+
8
const page = () => {
9
return (
10
<main className="grid min-h-screen place-items-center text-center ">
app/not-found.js
+ title: 'Page Not Found!',
0 commit comments