From 7e9f399c5d9f4602bb99648d1f0d80ac07783239 Mon Sep 17 00:00:00 2001 From: Melisa Anabella Rossi Date: Wed, 6 Mar 2024 17:14:26 -0300 Subject: [PATCH] add auth basepath --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index a6ef456..820877f 100644 --- a/vercel.json +++ b/vercel.json @@ -13,7 +13,7 @@ "rewrites": [ { "source": "/(.*)", - "destination": "/" + "destination": "/index.html" } ] }