fix: Adicionar vercel.json com rewrites para SPA routing

This commit is contained in:
2026-02-24 08:53:39 -03:00
parent 0897943b5d
commit 8bda3377b9

8
vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}