From 5006a4773cd9fe2a74fbcf037e010f721e96fe93 Mon Sep 17 00:00:00 2001 From: Victor Batischev Date: Fri, 16 Feb 2024 15:23:00 +0300 Subject: [PATCH] vercel config --- vercel.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 9e940b3..7cf4c77 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,8 @@ { - "rewrites": [{ "source": "/(.*)", "destination": "/" }] + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } + ] }