diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..591e0569 --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "rewrites": [ + { "source": "/api/(.*)", "destination": "/api/$1" }, + { "source": "/(.*)", "destination": "/index.html" } + ] +}