diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..438c0b2 --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "rewrites": [ + { + "source": "/api/(.*)", + "destination": "/api/$1" + }, + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +} \ No newline at end of file