From 3e0c144a589c57b76fd5ba8e76af1f39bce34209 Mon Sep 17 00:00:00 2001 From: Elizabete Fabri Date: Sat, 17 Aug 2024 12:57:47 -0300 Subject: [PATCH] Add arquivo verce.json --- vercel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 82bfe38..d48a286 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,9 @@ { "rewrites": [ - { "source": "/(.*)", "destination": "/" } + { + "source": "/(.*)", + "destination": "/index.html" + } ] } \ No newline at end of file