diff --git a/app/vercel.json b/app/vercel.json new file mode 100644 index 00000000..6c9523fd --- /dev/null +++ b/app/vercel.json @@ -0,0 +1,12 @@ +{ + "version": 2, + "routes": [ + { + "handle": "filesystem" + }, + { + "src": "/.*", + "dest": "/index.html" + } + ] +} \ No newline at end of file