diff --git a/.gitignore b/.gitignore index 8f566ae..20b3d38 100644 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,5 @@ dmypy.json # Pyre type checker .pyre/ -*.ics \ No newline at end of file +*.ics +.vercel diff --git a/vercel.json b/vercel.json index a62d3bb..5586abf 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ "routes": [ { "src": "/(.*)", - "dest": "/" + "dest": "/app" } ] } \ No newline at end of file