diff --git a/solutions/blog/app/not-found.tsx b/solutions/blog/app/not-found.tsx new file mode 100644 index 000000000..dfacc8f22 --- /dev/null +++ b/solutions/blog/app/not-found.tsx @@ -0,0 +1,12 @@ +export default function NotFound() { + return ( +
+

+ 404 - Page Not Found +

+

+ The page you are looking for does not exist. +

+
+ ) +} \ No newline at end of file