From 162da3b22b206a0fe7c4923d37a414264ec79fc7 Mon Sep 17 00:00:00 2001
From: Honkertonken <94032937+Honkertonken@users.noreply.github.com>
Date: Sat, 16 Mar 2024 13:12:34 +0530
Subject: [PATCH] Update vercel.json

---
 vercel.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/vercel.json b/vercel.json
index c4639dd2..6ed1f7c3 100644
--- a/vercel.json
+++ b/vercel.json
@@ -1,5 +1,10 @@
 {
-  "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }],
+  "rewrites": [
+    {
+      "source": "/(.*)",
+      "destination": "/"
+    }
+  ],
   "headers": [
     {
       "source": "/(.*)",