Skip to content

Commit

Permalink
Add arquivo verce.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabetefabri committed Aug 17, 2024
1 parent b4f775b commit 3e0c144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/" }
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}

0 comments on commit 3e0c144

Please sign in to comment.