diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..098992d --- /dev/null +++ b/public/404.html @@ -0,0 +1,22 @@ + + + + + + Page Not Found | Rahul AP + + + +
+

404

+

Oops! The project or page you're looking for doesn't exist.

+ Return to Portfolio +
+ + \ No newline at end of file diff --git a/vercel.json b/vercel.json index c538dfc..76cadd1 100644 --- a/vercel.json +++ b/vercel.json @@ -9,5 +9,11 @@ } ] } + ], + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } ] } \ No newline at end of file