vercel.json

This commit is contained in:
Gabriel Pastori 2023-11-05 01:23:36 -03:00
parent 6671bb8af2
commit b1dd5b65c9

3
vercel.json Normal file
View File

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