From 465fdf3076626dfb3e842742ca80db09d27a9687 Mon Sep 17 00:00:00 2001 From: Shashank Date: Sun, 26 May 2024 15:53:03 +0530 Subject: [PATCH] removed routing from vercel jason --- vercel.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vercel.json b/vercel.json index 3125bf4..5512101 100644 --- a/vercel.json +++ b/vercel.json @@ -8,12 +8,7 @@ } ], "cleanUrls": true, - "trailingSlash": false, - "rewrites": [ - { - "source": "/(.*)", - "destination": "/recipe.masalamonk.com/dist/index.html" - } - ] + "trailingSlash": false + } \ No newline at end of file